-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (36 loc) · 1.29 KB
/
.gitignore
File metadata and controls
41 lines (36 loc) · 1.29 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
node_modules
.DS_Store
build
.docusaurus
preview/node_modules
preview/build
preview/.docusaurus
preview/docs
preview/static/img/docs/basic-architecture.svg
preview/static/img/docs/epp-design.svg
preview/static/img/docs/networking-stack.svg
preview/static/img/docs/standalone-design.svg
preview/static/img/docs/gateway-design.svg
preview/static/img/docs/flow_control_dashboard.png
# Remote content files (downloaded automatically from GitHub repositories)
# These are generated by the remote content system and should not be committed
# Architecture content (from llm-d/llm-d main repo)
docs/architecture/architecture.mdx
# Component documentation (from all component repos in component-configs.js)
docs/architecture/Components/
docs/architecture/latest-release.md
# Community content (from llm-d/llm-d main repo)
docs/community/contribute.md
docs/community/code-of-conduct.md
docs/community/security.md
docs/community/sigs.md
# Guide content (from llm-d-incubation/llm-d-infra repo)
docs/guide/guide.md
docs/guide/Installation/*.md
docs/guide/InfraProviders/*.md
docs/guide/Installation/tiered-prefix-cache/*.md
docs/guide/Installation/workload-autoscaling/*.md
docs/usage/**/*.md
# Keep category files for sidebar configuration
!docs/guide/Installation/_category_.json
!docs/guide/InfraProviders/_category_.json