Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lagoproject.Net.Gh
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LAGO
Lagoproject.Net.Gh
Commits
acd154df
Commit
acd154df
authored
2 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Updated Insiders documentation
parent
07bc90ea
No related branches found
Branches containing commit
Tags
8.4.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/insiders/index.md
+5
-3
5 additions, 3 deletions
docs/insiders/index.md
docs/reference/index.md
+44
-0
44 additions, 0 deletions
docs/reference/index.md
docs/setup/adding-a-git-repository.md
+1
-1
1 addition, 1 deletion
docs/setup/adding-a-git-repository.md
with
50 additions
and
4 deletions
docs/insiders/index.md
+
5
−
3
View file @
acd154df
...
@@ -82,14 +82,15 @@ a handful of them, [thanks to our awesome sponsors]!
...
@@ -82,14 +82,15 @@ a handful of them, [thanks to our awesome sponsors]!
## What's in for me?
## What's in for me?
The moment you
[
become a sponsor
][
how to become a sponsor
]
, you'll get __immediate
The moment you
[
become a sponsor
][
how to become a sponsor
]
, you'll get __immediate
access to 2
4
additional features__ that you can start using right away, and
access to 2
5
additional features__ that you can start using right away, and
which are currently exclusively available to sponsors:
which are currently exclusively available to sponsors:
<div
class=
"mdx-columns"
markdown
>
<div
class=
"mdx-columns"
markdown
>
-
[x] [Navigation status] :material-alert-decagram:{ .mdx-pulse title="Added on August 21, 2022" }
-
[x] [Meta plugin] :material-alert-decagram:{ .mdx-pulse title="Added on July 17, 2022" }
-
[x] [Meta plugin] :material-alert-decagram:{ .mdx-pulse title="Added on July 17, 2022" }
-
[x] [Additional tags indexes] :material-alert-decagram:{ .mdx-pulse title="Added on July 7, 2022" }
-
[x] [Additional tags indexes] :material-alert-decagram:{ .mdx-pulse title="Added on July 7, 2022" }
-
[x] [Document contributors]
:material-alert-decagram:{ .mdx-pulse title="Added on June 24, 2022" }
-
[x] [Document contributors]
-
[x] [Automatic light / dark mode]
-
[x] [Automatic light / dark mode]
-
[x] [Content tabs: anchor links]
-
[x] [Content tabs: anchor links]
-
[x] [Navigation pruning]
-
[x] [Navigation pruning]
...
@@ -266,13 +267,14 @@ are released for general availability.
...
@@ -266,13 +267,14 @@ are released for general availability.
-
[x] [Chinese search support]
-
[x] [Chinese search support]
-
[x] [Navigation icons]
-
[x] [Navigation icons]
-
[x] [Navigation pruning]
-
[x] [Navigation pruning]
-
[
] Navigation status
badges
-
[
x
]
[
Navigation status
]
-
[ ] Blog plugin
-
[ ] Blog plugin
[
Annotations
]:
../reference/annotations.md
[
Annotations
]:
../reference/annotations.md
[
Chinese search support
]:
../blog/2022/chinese-search-support.md
[
Chinese search support
]:
../blog/2022/chinese-search-support.md
[
Navigation icons
]:
../reference/index.md#setting-the-page-icon
[
Navigation icons
]:
../reference/index.md#setting-the-page-icon
[
Navigation pruning
]:
../setup/setting-up-navigation.md#navigation-pruning
[
Navigation pruning
]:
../setup/setting-up-navigation.md#navigation-pruning
[
Navigation status
]:
../reference/index.md#setting-the-page-status
#### $ 14,000 – Goat's Horn
#### $ 14,000 – Goat's Horn
...
...
This diff is collapsed.
Click to expand it.
docs/reference/index.md
+
44
−
0
View file @
acd154df
...
@@ -123,6 +123,50 @@ icon: material/emoticon-happy # (1)!
...
@@ -123,6 +123,50 @@ icon: material/emoticon-happy # (1)!
[Insiders]: ../insiders/index.md
[Insiders]: ../insiders/index.md
[icon search]: icons-emojis.md#search
[icon search]: icons-emojis.md#search
### Setting the page status
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
[:octicons-tag-24: insiders-4.22.0][Insiders] ·
:octicons-beaker-24: Experimental
A status can be assigned to each page, which is then displayed as part of the
navigation sidebar. First, associate a status identifier with a description by
adding the following to `mkdocs.yml`:
```
yaml
extra:
status:
<identifier>
:
<description>
# (1)!
```
1. The identifier can only include alphanumeric characters, as well as dashes
and underscores. For example, if you have a status `Recently added`, you can
set `new` as an identifier:
``` yaml
extra:
status:
new: Recently added
```
The page status can now be set for a document with the front matter `status`
property. For example, you can mark a page as `new` with the following lines at
the top of a Markdown file:
```
sh
---
status
:
new
---
# Document title
...
```
The following status identifiers are currently supported:
- :material-alert-decagram: – `new`
- :material-trash-can: – `deprecated`
### Setting the page template
### Setting the page template
If you're using [theme extension] and created a new page template in the
If you're using [theme extension] and created a new page template in the
...
...
This diff is collapsed.
Click to expand it.
docs/setup/adding-a-git-repository.md
+
1
−
1
View file @
acd154df
...
@@ -206,7 +206,7 @@ them at your own risk.
...
@@ -206,7 +206,7 @@ them at your own risk.
[
git-revision-date-localized
]:
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
[
git-revision-date-localized
]:
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
[
enable_creation_date support
]:
https://github.com/squidfunk/mkdocs-material/releases/tag/7.1.4
[
enable_creation_date support
]:
https://github.com/squidfunk/mkdocs-material/releases/tag/7.1.4
#### Document contributors
:material-alert-decagram:{ .mdx-pulse title="Added on June 24, 2022" }
#### Document contributors
[
:octicons-heart-fill-24:{ .mdx-heart } Sponsors only
][
Insiders
]
{ .mdx-insiders } ·
[
:octicons-heart-fill-24:{ .mdx-heart } Sponsors only
][
Insiders
]
{ .mdx-insiders } ·
[
:octicons-tag-24: insiders-4.19.0
][
Insiders
]
·
[
:octicons-tag-24: insiders-4.19.0
][
Insiders
]
·
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment