Skip to content

Commit 8d2f149

Browse files
docs: implement versioning support (#4)
Implements versioning support: - Generate and commit versioned documentation - Publish full documentation build to [llamastack.github.io](http://llamastack.github.io) - Adds v0.2.23
2 parents a71b1d2 + e2bdf7b commit 8d2f149

File tree

309 files changed

+26525
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+26525
-489
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 152 additions & 208 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 9 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,7 @@
1-
# ============================================================================
2-
# Docusaurus Migration - Updated .gitignore
3-
# ============================================================================
4-
5-
# PRESERVE: Legacy Sphinx versions (frozen documentation)
6-
# ✅ docs/legacy/v0.2.11/ through docs/legacy/v0.2.22/ - TRACKED
7-
# ✅ docs/versionsArchived.json - TRACKED
8-
# ✅ docs/index.html - TRACKED (root redirect)
9-
# ✅ docs/.nojekyll - TRACKED (GitHub Pages config)
10-
11-
# IGNORE: Generated Docusaurus build output (rebuilt from main repo)
12-
docs/docs/
13-
docs/assets/
14-
docs/js/
15-
docs/css/
16-
docs/img/
17-
docs/fonts/
18-
docs/*.js
19-
docs/*.css
20-
docs/*.map
21-
docs/manifest.json
22-
docs/sitemap.xml
23-
docs/robots.txt
24-
docs/404.html
1+
# Generated Docusaurus build output
2+
docs/
253

26-
# IGNORE: Node.js dependencies and build artifacts
4+
# Node.js dependencies and build artifacts
275
node_modules/
286
npm-debug.log*
297
yarn-debug.log*
@@ -33,15 +11,15 @@ yarn-error.log*
3311
package-lock.json
3412
yarn.lock
3513

36-
# IGNORE: Docusaurus build cache
14+
# Docusaurus build cache
3715
.docusaurus/
3816
build/
3917

40-
# IGNORE: Legacy Sphinx build artifacts (keep content, ignore build files)
18+
# Legacy Sphinx build artifacts
4119
_build/
4220
.sphinx/
4321

44-
# IGNORE: Python artifacts
22+
# Python artifacts
4523
__pycache__/
4624
*.py[cod]
4725
*$py.class
@@ -51,37 +29,23 @@ env/
5129
venv/
5230
.venv/
5331

54-
# IGNORE: IDE files
32+
# IDE files
5533
.vscode/
5634
.idea/
5735
*.swp
5836
*.swo
5937
*~
6038

61-
# IGNORE: OS files
39+
# OS files
6240
.DS_Store
6341
Thumbs.db
6442

65-
# IGNORE: Logs and temporary files
43+
# Logs and temporary files
6644
*.log
6745

6846
# Docusaurus build artefacts
6947
docs/
7048

71-
# Docusaurus build cache
72-
.docusaurus/
73-
build/
74-
75-
# Node.js dependencies and build artifacts
76-
node_modules/
77-
npm-debug.log*
78-
yarn-debug.log*
79-
yarn-error.log*
80-
.npm
81-
.yarn-integrity
82-
package-lock.json
83-
yarn.lock
84-
8549
# Claude
8650
CLAUDE.md
8751
.claude/settings.local.json

local-build-test.sh

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)