Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight.js upgrade breaks mrdocs links #403

Open
anarthal opened this issue Jan 31, 2025 · 5 comments
Open

Highlight.js upgrade breaks mrdocs links #403

anarthal opened this issue Jan 31, 2025 · 5 comments
Assignees

Comments

@anarthal
Copy link
Collaborator

I've upgraded the UI bundle from https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip to https://github.com/boostorg/website-v2-docs/releases/download/ui-develop/ui-bundle.zip. All MrDocs generated links in the reference have disappeared. Looking at commit history, this is very much likely due to #400.

This is the asciidoc that mrdocs is rendering:

[#boost-mysql-any_connection-meta_mode]
= xref:boost.adoc[boost]::xref:boost/mysql.adoc[mysql]::xref:boost/mysql/any_connection.adoc[any_connection]::meta_mode
:relfileprefix: ../../../
:mrdocs:


Returns the current metadata mode that this connection is using.

== Synopsis


Declared in `<https://github.com/boostorg/mysql/blob/master/include/boost/mysql/any_connection.hpp#L339[boost/mysql/any_connection.hpp]>`

[source,cpp,subs="verbatim,replacements,macros,-callouts"]
----
xref:boost/mysql/metadata_mode.adoc[metadata_mode]
meta_mode() const noexcept;
----

== Description



=== Exception safety

No‐throw guarantee.



== Return Value


The metadata mode that will be used for queries and statement executions.





[.small]#Created with https://www.mrdocs.com[MrDocs]#

Master UI renders:

Image

Develop UI renders:

Image

@julioest
Copy link
Collaborator

Interesting. I'm curious about those ui-* links. They haven't been updated since 2023

@anarthal
Copy link
Collaborator Author

anarthal commented Feb 1, 2025

They have:

Image

@anarthal
Copy link
Collaborator Author

anarthal commented Feb 1, 2025

The project has a CI job that automatically bundles the files and uploads them to the relevant release.

@julioest julioest self-assigned this Feb 3, 2025
@julioest
Copy link
Collaborator

julioest commented Feb 3, 2025

@anarthal Ah right, I misread that.

Ok, I'm looking into this issue

@alandefreitas
Copy link
Member

Interesting. I'm curious about those ui-* links. They haven't been updated since 2023

In theory, you're the one maintaining these links. The thing is, CI is so awesome. It just keeps updating them with no bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants