Conventions¶
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 on this page, as they are used quite frequently.
General Badges¶
The badges in this section are for general use.
Flags¶
These icons denote / mark a particular item with a specific category type. Use these to indicate that a feature or service is experimental
,
dangerous
, setting
, or required
.
Controls¶
These icons deonote what type of control a specified setting uses if the settings are controlled by a graphical user interface.
Examples
Release Type¶
The tag symbol in conjunction with a version number denotes when a specific feature or functionality was added. Make sure you're at least on this version if you want to use the specified feature or functionality.
Default Value¶
Denotes what the default value is for a particular setting. If you ever change a setting and wish to revert back to the default value; this is the value you should use.
Command¶
3rd Party¶
Documentation¶
Denotes that this item has additional documentation which the user can click the icon for and be taken to another site / page
Plugin¶
Feature¶
Requires File¶
Source File¶
Configurable Settings¶
Denotes that this item is a configurable setting. Using this requires that you place it within a heading, typically h4
Examples
-
archive
¶
Markdown Extension¶
This symbol denotes that the thing described is a Markdown element. When adding links, ensure you create a reference-style link
Examples
-
admonition
<!-- md:markdown [admonition][Admonition] -->
File Preview¶
Creates a badge which allows a user to download a file. Badges will contain three sections:
- View Example
- Download Example
- .ext filename extension
Supporter¶
Options¶
Options are another form of setting which lists what the option does, and then examples of how it works.
rss.enabled
-
true
This option specifies whether the plugin is enabled when building your project. If you want to speed up local builds, you can use an [environment variable][mkdocs.env]: rss.match_path
-
.*
This option specifies which pages should be included in the feed. For example, to only include blog posts in the feed, use the following regular expression:
General Examples¶
These are just generic examples with no specific purpose. They demonstrate how badges can be used.
DEBUG_ENABLED¶
This is an example setting.
Icons¶
Some parts of this documentation may also display icons in one of two ways
- Using HTML
- Using Markdown
Emoji in Tooltips¶
You can display an emoji / icon search bar which can be called from a codeblock tooltip as shown below.
<span class="twemoji">
<img src="/.icons/aetherx/axs/csf-logo-1.svg" alt="CSF Logo" width="32"> <!-- (1)! -->
</span>
-
Enter a few keywords to find the perfect icon using our [icon search] and click on the shortcode to copy it to your clipboard:
Icon Search¶
Use the following to search our database for a specific icon which is available through our documentation.
Tip: Enter some keywords to find icons and emojis and click on the shortcode to copy it to your clipboard.