Skip to content
Snippets Groups Projects
mkdocs.yml 1.93 KiB
Newer Older
# Project information
site_name: ETSI SDG TFS Documentation
site_description: ETSI SDG TFS Documentation page
site_author: TeraflowSDN by ETSI
site_url: https://tfs.etsi.org/

# Repository
repo_name: TFS GitLab
repo_url: https://labs.etsi.org/rep/tfs
edit_uri: ""
docs_dir: doc

extra_css:
  - stylesheets/extra.css

# edit_uri: edit/docs-revamp/docs/
# edit_uri: blob/docs-revamp/docs/

# remote_name: origin
# remote_branch: gh-pages

# Theme and overrides, i.e. language partial
# https://squidfunk.github.io/mkdocs-material/creating-your-site/
theme:
  name: material

  # Don't include MkDocs' JavaScript
  #include_search_page: false
  #search_index_only: true

  # Default values, taken from mkdocs_theme.yml
  language: en
#  feature:
#    tabs: true
  features:
  - navigation.instant
  - navigation.instant.progress
  - navigation.top
  - navigation.footer
  - navigation.path
  - search
  - search.highlight

  palette:
    primary: custom
    accent: custom
yangalicace1's avatar
yangalicace1 committed
  logo: 'images/logos/TeraFlowSDN_tr.png'
  favicon: images/favicon.png

  icon:
    repo: fontawesome/brands/gitlab

# Copyright
copyright: "Copyright © 2019-2024 TeraflowSDN Project"

# Options
extra:
#  search:
#    languages: "en"
  social:
    - icon: fontawesome/solid/globe
      link: https://tfs.etsi.org/
    - icon: fontawesome/brands/gitlab
      link: https://labs.etsi.org/rep/tfs
    - icon: fontawesome/brands/linkedin
      link: https://www.linkedin.com/company/teraflowsdn/
    - icon: fontawesome/brands/x-twitter
      link: https://twitter.com/TeraflowSDN
  version:
    provider: mike

# Page tree
nav:
  - Overview:
      - Introduction: index.md
      - Release Notes: releasenotes.md
      - Architecture: architecture.md
  - Getting Started:
      - How to Run: ./gettingstarted/howtorun.md
  - Testing:
      - Test Plan: ./testing/testplan/README.md
      - Robot Framework: ./testing/robotframework/README.md
      - Postman: ./testing/postman/README.md
  - FAQ: ./FAQ.md