fix(core): update
This commit is contained in:
92
mkdocs.yml
Normal file
92
mkdocs.yml
Normal file
@@ -0,0 +1,92 @@
|
||||
# Project information
|
||||
site_name: api.global - high availability API
|
||||
site_description: high availability API made by lossless
|
||||
site_author: Lossless GmbH
|
||||
site_url: https://docs.api.global/
|
||||
|
||||
# directories
|
||||
docs_dir: markdown
|
||||
site_dir: public
|
||||
|
||||
# Repository
|
||||
repo_name: apiglobal/docs
|
||||
repo_url: https://gitlab.com/apiglobal/docs
|
||||
edit_uri: "https://gitlab.com/apiglobal/docs/edit/master/markdown/"
|
||||
|
||||
# Copyright
|
||||
copyright: 'Copyright © 2016 - 2019 Lossless GmbH'
|
||||
|
||||
# Configuration
|
||||
theme:
|
||||
name: material
|
||||
|
||||
# 404 page
|
||||
static_templates:
|
||||
- 404.html
|
||||
|
||||
# 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
|
||||
palette:
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
font:
|
||||
text: Roboto
|
||||
code: Roboto Mono
|
||||
favicon: assets/images/favicon.png
|
||||
logo:
|
||||
icon: "\uE80C"
|
||||
|
||||
# Customization
|
||||
extra:
|
||||
social:
|
||||
- type: globe
|
||||
link: https://bellini.io
|
||||
- type: gitlab
|
||||
link: https://gitlab.com/bellini
|
||||
- type: twitter
|
||||
link: https://twitter.com/bellini
|
||||
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
- meta
|
||||
- markdown.extensions.admonition
|
||||
- markdown.extensions.codehilite:
|
||||
guess_lang: false
|
||||
- markdown.extensions.def_list
|
||||
- markdown.extensions.footnotes
|
||||
- markdown.extensions.meta
|
||||
- markdown.extensions.toc:
|
||||
permalink: true
|
||||
- pymdownx.arithmatex
|
||||
- pymdownx.betterem:
|
||||
smart_enable: all
|
||||
- pymdownx.caret
|
||||
- pymdownx.critic
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.keys
|
||||
- pymdownx.magiclink:
|
||||
repo_url_shorthand: true
|
||||
user: squidfunk
|
||||
repo: mkdocs-material
|
||||
- pymdownx.mark
|
||||
- pymdownx.smartsymbols
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.tilde
|
||||
|
||||
# Page tree
|
||||
nav:
|
||||
- Getting Started: index.md
|
||||
- API:
|
||||
- REST: api.md
|
||||
- NodeJS: sdks/nodejs.md
|
||||
Reference in New Issue
Block a user