Skip to content

Commit 14ad6e0

Browse files
committed
fix: remove wiki documentation from .gitignore and add index.md for DataVizHub Wiki
1 parent 8ddf46c commit 14ad6e0

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ cover/
8282
docs/_build/
8383
docs/build/
8484

85-
# Wiki documentation in dev container (used as context)
86-
wiki/
87-
app/wiki/
8885

8986
# Samples: generated artifacts (keep repo small and clean)
9087
samples/samples/quickstart_outputs/

docs/source/wiki/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# DataVizHub Wiki
2+
3+
This section mirrors the official GitHub Wiki:
4+
5+
- Online: https://github.com/NOAA-GSL/datavizhub/wiki
6+
7+
Contents are synced automatically via a GitHub Action.
8+
9+
```{toctree}
10+
:maxdepth: 1
11+
:glob:
12+
13+
*
14+
```

0 commit comments

Comments
 (0)