Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
mkdocs: Some more config flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed May 29, 2023
1 parent 07dc038 commit eb964fa
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Docs / other
.cache/
.DS_Store

# Ignore Gradle project-specific cache directory
.gradle
.idea
Expand Down
44 changes: 31 additions & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ repo_url: https://github.com/nextflow-io/nf-validation
site_url: https://nextflow-io.github.io/nf-validation/
edit_uri: edit/main/docs/

nav:
- Home: index.md
- Usage:
- usage/quick_start.md
- usage/functions.md
- usage/samplesheet_docs.md
- Contributing:
- contributing/setup.md
- Examples:
- examples/branch.md
- examples/count.md
- examples/multimap.md

theme:
name: material
icon:
Expand All @@ -29,26 +42,31 @@ theme:
font:
text: Inter
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- navigation.footer
- navigation.instant

nav:
- Home: index.md
- Usage:
- usage/quick_start.md
- usage/functions.md
- usage/samplesheet_docs.md
- Contributing:
- contributing/setup.md
- Examples:
- examples/branch.md
- examples/count.md
- examples/multimap.md
- navigation.top
- navigation.tracking
- navigation.sections
- search.share
- toc.follow

markdown_extensions:
- admonition
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details

plugins:
- search
- social:
cards: !ENV [CARDS, true]

0 comments on commit eb964fa

Please sign in to comment.