Skip to content

Commit 20b7411

Browse files
author
shijiashuai
committed
docs(site): restructure GitHub Pages with new design system
- Rewrite index.html as full documentation portal with nav, hero, modules, roadmap - Add guides.html as topic hub with staged learning path - Create assets/site.css shared design system (glassmorphism, responsive) - Update pages.yml workflow to include new assets and guides.html
1 parent e8713cf commit 20b7411

File tree

4 files changed

+968
-188
lines changed

4 files changed

+968
-188
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
run: |
6868
mkdir -p docs/_site
6969
cp docs/index.html docs/_site/index.html
70+
cp docs/guides.html docs/_site/guides.html
71+
cp -r docs/assets docs/_site/assets
7072
cp -r docs/*.md docs/_site/
7173
# Copy Doxygen output
7274
if [ -d docs/api/html ]; then

0 commit comments

Comments
 (0)