mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fix a few typos
This commit is contained in:
parent
9653719524
commit
78d6bae91c
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -17,5 +17,8 @@
|
||||
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
||||
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
||||
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
||||
],
|
||||
"cSpell.words": [
|
||||
"mkdocs"
|
||||
]
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ __Challenges__
|
||||
While [Docusaurus] is one of the best choices when it comes to documentation
|
||||
sites that output a single page application, there are many more solutions,
|
||||
including [Docz], [Gatsby], [Vuepress] and [Docsify] that approach
|
||||
this problem similarily.
|
||||
this problem similarly.
|
||||
|
||||
[Docusaurus]: https://docusaurus.io/
|
||||
[React]: https://reactjs.org/
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Browser support
|
||||
|
||||
Material for MkDocs goes at great lengths to support the largest possible range
|
||||
of browsers while retaining the simplemost possibilities for customization via
|
||||
of browsers while retaining the simplest possibilities for customization via
|
||||
modern CSS features like [custom properties] and [mask images].
|
||||
|
||||
[custom properties]: https://caniuse.com/css-variables
|
||||
|
@ -69,7 +69,7 @@
|
||||
|
||||
### 9.0.3 <small>January 8, 2023</small> { id="9.0.3" }
|
||||
|
||||
- Improved discernability of section index pages in navigation
|
||||
- Improved discernibility of section index pages in navigation
|
||||
- Improved collapsing of adjacent whitespace in search plugin
|
||||
- Updated Indonesian translations
|
||||
- Fixed view source of this page button when edit URL points to blob
|
||||
@ -229,7 +229,7 @@ __Fixes__
|
||||
|
||||
- Added support for cookie consent
|
||||
- Added support for feedback widget (Was this page helpful?)
|
||||
- Added support for dismissable announcement bar
|
||||
- Added support for dismissible announcement bar
|
||||
- Added Armenian, Lithuanian, Tagalog, and Urdu translations
|
||||
|
||||
### 8.3.9 <small>July 4, 2022</small> { id="8.3.9" }
|
||||
@ -369,7 +369,7 @@ __Fixes__
|
||||
### 8.2.2 <small>February 26, 2022</small> { id="8.2.2" }
|
||||
|
||||
- Added automatic removal of query parameter when search is closed
|
||||
- Fixed #3599: Anchors always overriden when using navigation tracking
|
||||
- Fixed #3599: Anchors always overridden when using navigation tracking
|
||||
|
||||
### 8.2.1 <small>February 17, 2022</small> { id="8.2.1" }
|
||||
|
||||
|
@ -262,7 +262,7 @@
|
||||
|
||||
### 4.15.1 <small>May 14, 2022</small> { id="4.15.1" }
|
||||
|
||||
- Improved performance of element focus obervables
|
||||
- Improved performance of element focus observables
|
||||
- Fixed #3531: Added prev/next buttons to content tabs
|
||||
- Fixed tooltip positioning when host element is hidden
|
||||
|
||||
@ -385,7 +385,7 @@
|
||||
|
||||
### 4.2.0 <small>December 2, 2021</small> { id="4.2.0" }
|
||||
|
||||
- Added support for dismissable announcement bar
|
||||
- Added support for dismissible announcement bar
|
||||
- Added support for named placeholders in feedback widget
|
||||
|
||||
### 4.1.0 <small>November 30, 2021</small> { id="4.1.0" }
|
||||
@ -400,7 +400,7 @@
|
||||
- Removed deprecated prebuilt search index support
|
||||
- Removed deprecated web app manifest – use customization
|
||||
- Removed `extracopyright` variable – use new `copyright` partial
|
||||
- Removed Disqus integation – use customization
|
||||
- Removed Disqus integration – use customization
|
||||
- Switched to `:is()` selectors for simple selector lists
|
||||
- Switched autoprefixer from `last 4 years` to `last 2 years`
|
||||
- Improved CSS overall to match modern standards
|
||||
@ -519,7 +519,7 @@
|
||||
|
||||
### 2.11.0 <small>July 18, 2021</small> { id="2.11.0" }
|
||||
|
||||
- Improved Mermaid.js intergration, now stable
|
||||
- Improved Mermaid.js integration, now stable
|
||||
- Added support for sequence diagrams
|
||||
- Added support for entity relationship diagrams
|
||||
- Added support for cookie consent configuration
|
||||
|
@ -5,7 +5,7 @@ title: Getting started with Insiders
|
||||
# Getting started with Insiders
|
||||
|
||||
Material for MkDocs Insiders is a compatible drop-in replacement for Material
|
||||
for MkDocs, and can be installed similarily using [`pip`][pip],
|
||||
for MkDocs, and can be installed similarly using [`pip`][pip],
|
||||
[`docker`][docker] or [`git`][git]. Note that in order to access the Insiders
|
||||
repository, you need to [become an eligible sponsor] of @squidfunk on GitHub.
|
||||
|
||||
|
@ -72,7 +72,7 @@ theme:
|
||||
````
|
||||
|
||||
Note that the language shortcode which has to come first must now also be
|
||||
prefixed by a `.`. Similarily, the copy button can also be disabled for a
|
||||
prefixed by a `.`. Similarly, the copy button can also be disabled for a
|
||||
specific code block:
|
||||
|
||||
```` { .yaml .no-copy }
|
||||
|
@ -1143,7 +1143,7 @@ links:
|
||||
```
|
||||
|
||||
If you look closely, you'll realize that you can even use an anchor to link to
|
||||
a specific section of a document, extending the possiblities of the [`nav`][nav]
|
||||
a specific section of a document, extending the possibilities of the [`nav`][nav]
|
||||
syntax in `mkdocs.yml`. The [built-in blog plugin] resolves the anchor and sets
|
||||
the title of the anchor as a [subtitle] of the related link.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user