mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Updated for theme
This commit is contained in:
parent
e6d1aa18c8
commit
9b3c6dfadb
2 changed files with 59 additions and 11 deletions
|
@ -7,9 +7,7 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for theme">
|
||||
<change beforePath="$PROJECT_DIR$/mkdocs.yml" beforeDir="false" afterPath="$PROJECT_DIR$/mkdocs.yml" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for theme" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -79,13 +77,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1670414596656</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02102" summary="Updated for version 4.8.8">
|
||||
<created>1685716296041</created>
|
||||
<option name="number" value="02102" />
|
||||
<option name="presentableId" value="LOCAL-02102" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1685716296042</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02103" summary="Updated for version 4.8.8">
|
||||
<created>1685717035694</created>
|
||||
<option name="number" value="02103" />
|
||||
|
@ -422,7 +413,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1686559019599</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2151" />
|
||||
<task id="LOCAL-02151" summary="Updated for theme">
|
||||
<created>1686559325541</created>
|
||||
<option name="number" value="02151" />
|
||||
<option name="presentableId" value="LOCAL-02151" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686559325541</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2152" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.History.Properties">
|
||||
|
|
50
local.yml
Normal file
50
local.yml
Normal file
|
@ -0,0 +1,50 @@
|
|||
INHERIT: ./mkdocs.yml
|
||||
|
||||
theme:
|
||||
name: null
|
||||
custom_dir: '../terminal'
|
||||
features:
|
||||
- footer.prev_next
|
||||
# - navigation.side.hide
|
||||
- navigation.side.indexes
|
||||
# - navigation.side.toc.hide
|
||||
# - navigation.top.hide
|
||||
# - navigation.top.cursor_animation.hide
|
||||
# - navigation.top.search_button.hide
|
||||
- revision.date
|
||||
- revision.history
|
||||
# - style.links.underline.hide
|
||||
static_templates:
|
||||
- 404.html
|
||||
- about/coverage-report/index.html
|
||||
|
||||
plugins:
|
||||
- terminal/md-to-html
|
||||
- git-revision-date
|
||||
# - search
|
||||
# - exclude-search:
|
||||
# exclude:
|
||||
# - overrides
|
||||
# - about/coverage-report/*
|
||||
# - configuration/palettes/*
|
||||
# - elements/examples/*
|
||||
# ignore:
|
||||
# - configuration/palettes/index.md#theme-color-palettes
|
||||
# - configuration/palettes/dark.md#dark-palette
|
||||
# - configuration/palettes/default.md#default-palette
|
||||
# - configuration/palettes/gruvbox-dark.md#gruvbox-dark-palette
|
||||
# - configuration/palettes/pink.md#pink-palette
|
||||
# - configuration/palettes/sans-dark.md#sans-dark-palette
|
||||
# - configuration/palettes/sans.md#sans-palette
|
||||
- macros:
|
||||
verbose: true
|
||||
modules:
|
||||
- mkdocs-terminal:terminal.pluglets.tile_grid.main
|
||||
|
||||
watch:
|
||||
- '../terminal/css'
|
||||
- '../terminal/partials'
|
||||
- '../terminal/base.html'
|
||||
- '../terminal/macros'
|
||||
- '../terminal/pluglets/tile_grid/templates'
|
||||
- './mkdocs.yml'
|
Loading…
Reference in a new issue