forked from squidfunk/mkdocs-material
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from squidfunk:master #7
Open
pull
wants to merge
3,479
commits into
lorebooks-wiki:master
Choose a base branch
from
squidfunk:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+141,722
−44,621
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add warning for dotfiles in info plugin
Since mkdocs/mkdocs#92 for mkdocs/mkdocs#91, an extra_javascript item does not necessarily have to end in *.js; e.g. in enola-dev/enola#669 I have a extra_javascript: - https://unpkg.com/mustache@latest, which this flags up as wrong - although it's not (it works great); ergo it's better to remove this constraint.
This is consistent with how we fetch Mermaid.js and automatically picks the latest minor version.
I found it difficult to find the instructions for setting up a development environment with my usual GitHub habits. In fact, I assumed they don't exist and missed the very helpful information. I hope that this commit will help others find them.
* Update philosophy.md * Update philosophy.md
Instead of installing GTK+ and installing from source, suggested installing MSYS2 and obtaining Cairo built for UCRT64 via its Pacman.
Co-authored-by: Bizordec <25798995+Bizordec@users.noreply.github.com>
* docs(philosophy): Update trusted by users count * docs(philosophy): adopt text from readme * docs(blog tutorial): Fix line highlighting in code block * docs(philosophy): Change trust user count to 50,000+ * docs(philosophy): adopt text from readme
* Add `"relative_to_docs"` value to `absolute_links` enum * refactor to use `oneOf` --------- Co-authored-by: Jake Beazley <jake.beazley@johnlewis.co.uk>
* deps(mkdocs-git-committers-plugin-2) Bump to v2.4.1 * deps(mkdocs-git-committers-plugin-2): Change version flexibility to allow >=1.1,<3
* docs(publish gitlab pages): Update publish comment on gitlab * docs(publish gitlab): Add guide how to disable unique domains * docs(publish gitlab pages): Solve some styling issues
* docs(admonitions): Add example for nested admonitions * docs(admonitions): Update description of nested admonitions * docs(admonitions): Update title for nested admonitions
* docs(contributing): Fix url of terms * docs(contributing): Fix url of terms really * docs(contributing): link the right chapter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
This change is