-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 846 Bytes
/
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
---
strict: true
site_name: storage-bucket
site_description: Define a user story in the business transaction DSL.
theme:
name: material
palette:
primary: deep-purple
accent: deep-purple
icon:
logo: material/language-python
language: en
features:
- tabs
repo_name: thomasborgen/storage-bucket
repo_url: https://github.com/thomasborgen/storage-bucket
edit_uri: ""
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Home:
- Home: index.md
- Usage: usage.md
- FAQ: faq.md
- Contribution:
- Contribution: contrib/contributing.md
- Dependencies: contrib/dependencies.md
- GCP: contrib/gcp.md
- Tests: contrib/tests.md