forked from mikeoz32/cr-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (36 loc) · 867 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (36 loc) · 867 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
32
33
34
35
36
site_name: cr-analyzer
site_description: Lightweight LSP server for Crystal with fast semantic indexing.
site_url: https://mikeoz32.github.io/cr-analyzer
repo_url: https://github.com/mikeoz32/cr-analyzer
repo_name: mikeoz32/cr-analyzer
docs_dir: docs
theme:
name: material
language: en
palette:
- scheme: default
primary: teal
accent: amber
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.instant
- search.suggest
- content.code.copy
nav:
- Home: index.md
- Architecture: architecture.md
- Semantic Index: semantic-index.md
- LSP Server: lsp-server.md
- Roadmap: roadmap.md
markdown_extensions:
- tables
- admonition
- toc:
permalink: true