-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (91 loc) · 2.58 KB
/
Copy pathmkdocs.yml
File metadata and controls
97 lines (91 loc) · 2.58 KB
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
site_name: spoonfeed
site_url: https://bbjansen.github.io/spoonfeed/
site_description: NestJS project scaffolder with 112 composable recipes
site_author: B.B. Jansen
repo_url: https://github.com/bbjansen/spoonfeed
repo_name: bbjansen/spoonfeed
edit_uri: edit/main/site-docs/
docs_dir: site-docs
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.svg
palette:
- scheme: slate
primary: deep purple
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: deep purple
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting Started:
- Quick Start: getting-started/quick-start.md
- Project Types: getting-started/project-types.md
- Recipes:
- Overview: recipes/index.md
- Database: recipes/database.md
- Authentication: recipes/auth.md
- Security: recipes/security.md
- Cloud - AWS: recipes/cloud-aws.md
- Cloud - GCP: recipes/cloud-gcp.md
- Cloud - Azure: recipes/cloud-azure.md
- API Patterns: recipes/api-patterns.md
- Observability: recipes/observability.md
- Queues & Messaging: recipes/queues.md
- Developer Experience: recipes/dx.md
- Full Recipe List: recipes/all.md
- Nx Generators:
- Overview: generators/index.md
- Add Recipe: generators/add.md
- Remove Recipe: generators/remove.md
- Migrate Recipe: generators/migrate.md
- Architecture:
- Overview: architecture/index.md
- Error Handling: architecture/error-handling.md
- Standards: architecture/standards.md
- Contributing: contributing.md
- Changelog: changelog.md
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- tables
- toc:
permalink: true
copyright: Copyright © 2026 BBJ Systems Holding
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bbjansen/spoonfeed
- icon: fontawesome/brands/npm
link: https://www.npmjs.com/package/spoonfeed