This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
67 lines (59 loc) · 2.13 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2022 Roland Csaszar
#
# Project: notoy-pwa
# File: mkdocs.yml
# Date: 12.Feb.2022
#
# ==============================================================================
site_name: Notoy
site_url: https://readthedocs.org/projects/notoy-pwa/
#repo_url: https://github.com/Release-Candidate/Notoy-PWA.git
#repo_name: GitHub
copyright: (C) 2022 Roland Csaszar
docs_dir: docs
site_dir: site
nav:
- Home: index.md
- Project Links:
- "App": "https://release-candidate.github.io/Notoy-PWA/http/index.html"
- "GitHub Project Page": "https://github.com/Release-Candidate/Notoy-PWA"
- "Report a Bug or a Feature Request": "https://github.com/Release-Candidate/Notoy-PWA/issues/new/choose"
- "Issue Tracker at GitHub": "https://github.com/Release-Candidate/Notoy-PWA/issues"
- "Notoy Chrome Extension": "https://chrome.google.com/webstore/detail/notoy/ejmcdafpeijhmmmfebmdpcmgaaoaminc"
- "Notoy Edge Add-On": "https://microsoftedge.microsoft.com/addons/detail/notoy/nnocnobndadkcpggkegckgcnehmnohbl"
- "Notoy Firefox Add-on": "https://addons.mozilla.org/addon/roland-csaszar"
- "Installation & Usage":
- "Installation & Usage": usage.md
- "License": license.md
- Contributing:
- "Contributing": contributing.md
theme:
name: readthedocs
prev_next_buttons_location: both
navigation_depth: 8
collapse_navigation: False
style_nav_header_background: "#5DB1DE"
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- markdown.extensions.fenced_code
- markdown.extensions.meta
- markdown.extensions.smarty
- markdown.extensions.admonition
- markdown.extensions.def_list
- markdown.extensions.attr_list
- markdown.extensions.abbr
- markdown.extensions.footnotes
- markdown.extensions.codehilite:
guess_lang: False
noclasses: True
pygments_style: emacs
- markdown.extensions.tables
- markdown.extensions.nl2br
- markdown.extensions.sane_lists
- markdown.extensions.toc:
permalink: True
- mdx_math
plugins:
- search