-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
37 lines (34 loc) · 916 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: una
site_url: https://una.rdrn.me/
site_description: Monorepo tooling for Python and uv
site_author: Chris Arderne
repo_name: carderne/una
repo_url: https://github.com/carderne/una
edit_uri: blob/main/docs
copyright: 'Copyright © Chris Arderne 2024'
theme:
name: material
language: en
favicon: assets/logo.svg
logo: assets/logo-transparent.svg
features:
- content.action.edit
- content.code.copy
- navigation.expand
- navigation.footer
- navigation.instant
- navigation.sections
nav:
- Home:
- About: index.md
- Quickstart: quickstart.md
- Walkthrough:
- Install: install.md
- Commands: commands.md
- Build: build.md
- Packages: packages.md
- Integration:
- Types and tests: types-tests.md
- Community:
- Contributing: contributing.md