mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added documentation for conventions
This commit is contained in:
parent
9f01a6664b
commit
1737413dba
63
docs/conventions.md
Normal file
63
docs/conventions.md
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
---
|
||||||
|
template: overrides/main.html
|
||||||
|
title: Getting started
|
||||||
|
---
|
||||||
|
|
||||||
|
# Conventions
|
||||||
|
|
||||||
|
## Symbols
|
||||||
|
|
||||||
|
This documentation use some symbols for illustration purposes. Before you read
|
||||||
|
on, please make sure you've made yourself familiar with the following list of
|
||||||
|
conventions:
|
||||||
|
|
||||||
|
[:octicons-heart-fill-24:{ .mdx-heart } Insiders][Insiders]{ .mdx-insiders }
|
||||||
|
|
||||||
|
: Some features are not yet available in the community edition, but only as
|
||||||
|
part of the Insiders build of Material for MkDocs. Please consult the
|
||||||
|
[Insiders] guide to learn how to get access.
|
||||||
|
|
||||||
|
:octicons-tag-24: __{x.x.x}__
|
||||||
|
|
||||||
|
: The tag icon in conjunction with a version number denotes when a specific
|
||||||
|
feature or behavior was added. Make sure you're at least on this version
|
||||||
|
before opening an issue.
|
||||||
|
|
||||||
|
:octicons-file-code-24: __{file.ext}__
|
||||||
|
|
||||||
|
: The source file icon together with a file name is sometimes used in code
|
||||||
|
examples which span multiple files. The file name (or path) always starts
|
||||||
|
from the location of `mkdocs.yml`.
|
||||||
|
|
||||||
|
:octicons-milestone-24: __Default__: _value_
|
||||||
|
|
||||||
|
: Some properties in `mkdocs.yml` have default values for when the author
|
||||||
|
does not explicitly define them. The default value of the property is always
|
||||||
|
included.
|
||||||
|
|
||||||
|
:octicons-unlock-24: __Feature flag__
|
||||||
|
|
||||||
|
: Most of the features are hidden behind feature flags, which means they must
|
||||||
|
be explicitly enabled via `mkdocs.yml`. This allows for the existence of
|
||||||
|
potentially orthogonal features.
|
||||||
|
|
||||||
|
:octicons-beaker-24: __Experimental__
|
||||||
|
|
||||||
|
: Some newer features are still considered experimental, which means they
|
||||||
|
might (although rarely) change at any time, including their complete removal
|
||||||
|
(which hasn't happened yet).
|
||||||
|
|
||||||
|
|
||||||
|
:octicons-cpu-24: __Plugin__
|
||||||
|
|
||||||
|
: Several features are implemented through MkDocs excellent plugin
|
||||||
|
architecture, some of which are built-in and distributed with Material for
|
||||||
|
MkDocs, so no installation is required.
|
||||||
|
|
||||||
|
:octicons-package-24: __Utility__
|
||||||
|
|
||||||
|
: Besides plugins, there are some utilities that build on top of MkDocs in
|
||||||
|
order to provide extended functionality, like for example support for
|
||||||
|
versioning.
|
||||||
|
|
||||||
|
[Insiders]: insiders/index.md
|
@ -167,6 +167,7 @@ nav:
|
|||||||
- Customization: customization.md
|
- Customization: customization.md
|
||||||
- Browser support: browser-support.md
|
- Browser support: browser-support.md
|
||||||
- Alternatives: alternatives.md
|
- Alternatives: alternatives.md
|
||||||
|
- Conventions: conventions.md
|
||||||
- License: license.md
|
- License: license.md
|
||||||
- Changelog:
|
- Changelog:
|
||||||
- changelog/index.md
|
- changelog/index.md
|
||||||
|
Loading…
Reference in New Issue
Block a user