-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (27 loc) · 809 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (27 loc) · 809 Bytes
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
site_name: CodeLingo Documentation
site_url: https://docs.codelingo.io
repo_url: null #= TODO: should we add this and have links to github?
extra_css:
- css/nav.css
extra_javascript:
- js/smallchat.js
site_description: Documentation for the CodeLingo platform. # TODO SEO strategy
google_analytics: ["UA-117506438-4", "docs.codelingo.io"]
pages:
- Home: index.md
- Integrating With GitHub: concepts/integrating-with-github.md
- Rules: concepts/rules.md
- Actions: concepts/actions.md
- CLQL Reference: concepts/CLQL.md
- Examples: concepts/examples.md
- CLQL Comparison: concepts/CLQL-Comparison.md
theme:
name: material
logo: img/cl_logo_small.png
favicon: img/cl_logo_small.png
palette:
scheme: default
primary: white
markdown_extensions:
- toc:
permalink: "#"