Skip to content

Commit 0e16562

Browse files
docs: deprecate sphinx files
1 parent daf54ab commit 0e16562

File tree

10 files changed

+44
-696
lines changed

10 files changed

+44
-696
lines changed

.gitignore

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,47 @@
1-
# Build output
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
25+
26+
# IGNORE: Node.js dependencies and build artifacts
27+
node_modules/
28+
npm-debug.log*
29+
yarn-debug.log*
30+
yarn-error.log*
31+
.npm
32+
.yarn-integrity
33+
package-lock.json
34+
yarn.lock
35+
36+
# IGNORE: Docusaurus build cache
37+
.docusaurus/
38+
build/
39+
40+
# IGNORE: Legacy Sphinx build artifacts (keep content, ignore build files)
241
_build/
342
.sphinx/
443

5-
# Python
44+
# IGNORE: Python artifacts
645
__pycache__/
746
*.py[cod]
847
*$py.class
@@ -12,18 +51,18 @@ env/
1251
venv/
1352
.venv/
1453

15-
# IDE
54+
# IGNORE: IDE files
1655
.vscode/
1756
.idea/
1857
*.swp
1958
*.swo
2059
*~
2160

22-
# OS
61+
# IGNORE: OS files
2362
.DS_Store
2463
Thumbs.db
2564

26-
# Logs
65+
# IGNORE: Logs and temporary files
2766
*.log
2867

2968
# Docusaurus build artefacts

conf.py

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

docs/index.html

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

docs/latest

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)