Created
April 24, 2020 19:27
-
-
Save wshihadeh/1654be5747bc0dd2f1ccfaeb70129c13 to your computer and use it in GitHub Desktop.
Mkdocs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site_name: Al-waleed Shihadeh | |
site_description: Al-waleed Shihadeh | |
site_author: wshihadeh | |
site_url: https://wshihadeh.github.io | |
dev_addr: 0.0.0.0:8000 | |
repo_name: 'GitHub' | |
repo_url: 'https://github.com/wshihadeh/wshihadeh.github.io' | |
docs_dir: 'docs' | |
edit_uri: 'edit/source/docs/content/' | |
# https://squidfunk.github.io/mkdocs-material/ | |
theme: | |
name: 'material' | |
custom_dir: 'theme' | |
language: en | |
include_sidebar: true | |
#favicon: assets/img/icon.png | |
#logo: assets/img/logo.png | |
feature: | |
tabs: false | |
palette: | |
primary: 'cyan' | |
accent: 'cyan' | |
i18n: | |
prev: 'Previous' | |
next: 'Next' | |
copyright: "Copyright © 2016-2019 Al-waleed Shihadeh" | |
extra_css: | |
- assets/styles/extra.css | |
- assets/styles/atom-one-light.css | |
extra_javascript: | |
- assets/js/hljs/highlight.pack.js | |
- assets/js/extra.js | |
plugins: | |
- search | |
- exclude: | |
glob: | |
- "**/include-*.md" | |
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/ | |
# https://facelessuser.github.io/pymdown-extensions/ | |
markdown_extensions: | |
- attr_list | |
- admonition | |
- footnotes | |
- pymdownx.details | |
- pymdownx.inlinehilite | |
- pymdownx.highlight: | |
use_pygments: false | |
- pymdownx.smartsymbols | |
- pymdownx.superfences | |
- pymdownx.tasklist | |
- pymdownx.snippets: | |
check_paths: true | |
- toc: | |
permalink: true | |
# Page tree | |
nav: | |
- 'Welcome': 'index.md' | |
- 'Ruby Gems': | |
- 'Swarm Orca' : 'ruby-gems/Orca.md' | |
- 'RabbitMQ Client' : 'ruby-gems/RabbitMQ.md' | |
- 'DelayedJob Metrics' : 'ruby-gems/DelayedJobMetrics.md' | |
- 'DeepHealthCheck': 'ruby-gems/DeepHealthCheck.md' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment