-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 864 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 864 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
site_name: RBAC
site_description: Hierarchical, curried RBAC utilities for Node.js and TypeScript
site_url: https://github.com/phellipeandrade/rbac
repo_url: https://github.com/phellipeandrade/rbac
repo_name: phellipeandrade/rbac
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- toc.integrate
- content.code.copy
- content.tabs.link
palette:
- scheme: default
primary: indigo
accent: indigo
markdown_extensions:
- admonition
- codehilite
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- Get Started: get-started.md
- LE Introduction: le-introduction.md
- Installation: installation.md
- Basic Usage: basic-usage.md
- Comparison: comparison.md
- Migrating from v1 to v2: migrating-v1-to-v2.md