This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
/
navigation.yml
105 lines (100 loc) · 2.41 KB
/
navigation.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
primary:
- text: About this guide
href: /about
name: about
- text: Our approach
href: /workflow/
name: approach
- text: Tools
href: /integrations/
name: tools
- text: Languages & Runtimes
href: /language-selection/
name: languages
- text: Security
href: /security/
name: security
about:
- text: About this guide
href: /about
- text: License
href: /license/
- text: Resources
href: /resources/
approach:
- text: Our approach
href: /workflow/
- text: Feedback
href: /people/
- text: Code Review
href: /code-review/
- text: Development Environments
href: /development-environments/
- text: On-Call
href: /on-call/
- text: Incident Reports
href: /incident-reports/
- text: Architecture Reviews
href: /architecture-reviews/
- text: Front-End Disciplines
href: /frontend/
- text: APIs
href: /apis/
- text: Release Strategies
href: /release-strategies/
- text: Example Workflows
href: /example-workflows/
tools:
- text: Tools
href: /integrations/
- text: Laptop Setup
href: /laptop-setup/
- text: Project Setup
href: /project-setup/
- text: Docker for Development
href: /docker/
- text: Browser Testing
href: /browser-testing/
- text: Automated Testing
href: /tests/
- text: Accessibility Scanning
href: /accessibility-scanning/
- text: Continuous Deployment
href: /continuous-deployment/
- text: Datastore Selection
href: /datastore-selection/
- text: Choosing a Web App Architecture
href: /web-architecture/
- text: SharePoint Primer
href: /sharepoint/
- text: Books we've read
href: /books-we-have-read/
languages:
- text: Languages & Runtimes
href: /language-selection/
- text: JavaScript
href: /javascript/
- text: Markdown
href: /markdown/
- text: Node.js
href: /nodejs/
- text: Python
href: /python/
- text: Ruby
href: /ruby/
- text: CSS
href: /css/
# TODO: figure out how to nest links
security:
- text: Security
href: /security/
- text: Content Security Policy (CSP)
href: /security/content-security-policy/
- text: Output Encoding
href: /security/output-encoding/
- text: Vulnerable dependency remediation
href: /security/dependency-remediation/
- text: Cloud Services
href: /security/cloud-services/
- text: Incident Response Drills
href: /security/incident-response-drills/