mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-25 09:13:02 +08:00
bb7bfcc2c2
* refactor: Migrate documentation to MkDocs with material theme and improved structure * refactor: docs images hierarchy * refactor: Move screenshots to assets and update paths in Screenshots.md * feat: Convert screenshots to MkDocs content tabs with light/dark theme switching * feat: sync content tabs by label * chore: add light theme with shiori red color * docs: Update index page to match README with concise feature list * docs: Remove Resources section from documentation index * ci: added github workflows * docs: Add section for building documentation in Contribute.md
34 lines
339 B
Text
34 lines
339 B
Text
# Exclude IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Exclude config file
|
|
*.toml
|
|
|
|
# Exclude executable file
|
|
/shiori*
|
|
|
|
# Exclude development data
|
|
/dev-data*
|
|
|
|
# Coverage data
|
|
/coverage.*
|
|
|
|
# Dist files
|
|
dist/
|
|
|
|
# macOS trash files
|
|
.DS_Store
|
|
|
|
# frontend
|
|
node_modules
|
|
|
|
# golang
|
|
go.work*
|
|
|
|
# workaround for buildx using podman
|
|
type=docker
|
|
|
|
# Docs
|
|
docs/.venv
|
|
build/docs
|