-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mkdocs/mkdocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mkdocs/mkdocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 28 files changed
- 2 contributors
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for faba3f0 - Browse repository at this point
Copy the full SHA faba3f0View commit details
Commits on Oct 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0584e51 - Browse repository at this point
Copy the full SHA 0584e51View commit details
Commits on Oct 21, 2022
-
Let plugins put strings into
warnings
even though they should be 2-tuples. Fixes #3014
Configuration menu - View commit details
-
Copy full SHA for 427d553 - Browse repository at this point
Copy the full SHA 427d553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d73c2a - Browse repository at this point
Copy the full SHA 9d73c2aView commit details
Commits on Oct 23, 2022
-
Merge pull request #3016 from mkdocs/optw
Update warnings of config options
Configuration menu - View commit details
-
Copy full SHA for d76cae9 - Browse repository at this point
Copy the full SHA d76cae9View commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1fa2af7 - Browse repository at this point
Copy the full SHA 1fa2af7View commit details
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 32359f3 - Browse repository at this point
Copy the full SHA 32359f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c576f07 - Browse repository at this point
Copy the full SHA c576f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f190c35 - Browse repository at this point
Copy the full SHA f190c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 452c39e - Browse repository at this point
Copy the full SHA 452c39eView commit details
Commits on Nov 1, 2022
-
Support multiple instances of the same plugin (#3027)
Depending on what a plugin does, say if it "adds a thing" into the site, it can be reasonable to allow it to be specified multiple times in the `plugins:` list, so it can "add multiple things". Previously such a use case was completely not predicted in MkDocs, so it silently passes but is bugged - the plugin runs twice but with only one of the configs both times. So, this commit addresses that by registering a plugin `- foo:` as `'foo'`, and then if another plugin `- foo:` appears, it gets registered as `'foo #2'` (the name affects primarily just how it's referred to in warnings and errors). By default, a warning will appear from MkDocs anyway, unless the plugin adds a class variable `supports_multiple_instances = True`.
Configuration menu - View commit details
-
Copy full SHA for c99ec45 - Browse repository at this point
Copy the full SHA c99ec45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7eee6 - Browse repository at this point
Copy the full SHA ec7eee6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.4.1...1.4.2