-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
26 lines (25 loc) · 926 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
site_name: Edenlab Playbook
nav:
- Home: index.md
- API Design: api-design.md
- Reading List: reading-list.md
- Collaboration Rules: collaboration_rules.md
- Architecture Decision Records (ADR):
- Overview: architecture-decisions/overview.md
- When Should I Write an Architecture Decision Record: architecture-decisions/when-should-i-write-an-architecture-decision-record.md
- Testing: testing.md
- Fullstack Team: fullstack-team.md
- Guides:
- Overview: guides.md
- Languages:
- JavaScript: style-guide/javascript.md
- TypeScript: style-guide/typescript.md
- Go: style-guide/go.md
- Frameworks and platforms:
- React: style-guide/react.md
- React Native: style-guide/react-native.md
- Testing with Jest: style-guide/testing-jest.md
- Tools:
- GraphQL: style-guide/graphql.md
plugins:
- techdocs-core