Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions simkube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ markdown_extensions:
# FAQ heading in the FAQ itself, so I set this from depth 3 to depth 3.
nav:
- SimKube: '!import https://github.com/acrlabs/simkube?branch=drmorr/document-crds&extra_imports=["CODE_OF_CONDUCT.md", "CHANGELOG.md"]&config=docs/mkdocs.yml'
- SimKube CI Action: '!import https://github.com/acrlabs/simkube?branch=drmorr/document-crds&extra_imports=["CODE_OF_CONDUCT.md", "CHANGELOG.md"]&config=docs/mkdocs.yml'
validation:
nav:
omitted_files: ignore
2 changes: 1 addition & 1 deletion theme/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
{%- if 'sidebar' not in page.meta or page.meta.sidebar -%}
<a href="#" onclick="toggleDropdown('#sidebar'); return false;"><span class="sidebar-hamburger"></span></a>
<nav id="sidebar" class="floating">
<h3><a href="/documentation/">Home</a></h3>

<form action="/search/index.html">
<input name="q" id="mkdocs-search-query" type="text" placeholder="Search" aria-label="Search" autocomplete="off" title="Type search term here">
</form>

{%- for n in nav -%}
<h3><a href="/documentation/">{{ n.title}}</a></h3>
<ul>
{%- for nav_item in n.children -%}
{%- if nav_item.children | length > 0 -%}
Expand Down