Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@ ARCHITECTURE.md

# MkDocs build output
site/

# Local development scripts (not needed for GitHub Pages deployment)
docs-serve.sh
docs-deploy.sh
docs-build.sh
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,19 +276,7 @@ Our comprehensive documentation covers everything you need to know:

This documentation is automatically deployed to GitHub Pages when you push to the `main` branch.

**To enable GitHub Pages:**
1. Go to your repository Settings → Pages
2. Source: Select "GitHub Actions"
3. The documentation will be available at: `https://digitaltouchcode.github.io/fisc/`

**Manual deployment commands:**
```bash
# Build and deploy locally
./docs-deploy.sh

# Or build only
./docs-build.sh
```
**No local scripts needed** - GitHub Actions handles everything automatically!

### 📋 Documentation Contents

Expand Down
27 changes: 0 additions & 27 deletions docs-build.sh

This file was deleted.

41 changes: 0 additions & 41 deletions docs-deploy.sh

This file was deleted.

15 changes: 0 additions & 15 deletions docs-serve.sh

This file was deleted.

Loading