mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[PR #1018] [MERGED] docs: mkdocs and github pages support #927
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#927
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-shiori/shiori/pull/1018
Author: @fmartingr
Created: 12/8/2024
Status: ✅ Merged
Merged: 12/8/2024
Merged by: @fmartingr
Base:
master← Head:refactor/docs-mkdocs📝 Commits (10+)
12c727drefactor: Migrate documentation to MkDocs with material theme and improved structured2e3366refactor: docs images hierarchy3480803refactor: Move screenshots to assets and update paths in Screenshots.mdae1bf6dfeat: Convert screenshots to MkDocs content tabs with light/dark theme switching9cf803afeat: sync content tabs by label47e9366chore: add light theme with shiori red colore54b4c8docs: Update index page to match README with concise feature list3101856docs: Remove Resources section from documentation indexbbe81eaci: added github workflowscf01140docs: Add section for building documentation in Contribute.md📊 Changes
29 files changed (+191 additions, -153 deletions)
View changed files
➕
.github/workflows/_mkdocs-check.yml(+17 -0)➕
.github/workflows/_mkdocs-publish.yml(+19 -0)📝
.github/workflows/pull_request.yml(+3 -1)📝
.github/workflows/version_bump.yml(+3 -0)📝
.gitignore(+4 -0)📝
docs/Contribute.md(+14 -0)📝
docs/Screenshots.md(+67 -139)➕
docs/assets/css/style.css(+3 -0)📝
docs/assets/screenshots/01-login.png(+0 -0)📝
docs/assets/screenshots/02-home.png(+0 -0)📝
docs/assets/screenshots/03-home-list.png(+0 -0)📝
docs/assets/screenshots/04-options.png(+0 -0)📝
docs/assets/screenshots/05-dark-login.png(+0 -0)📝
docs/assets/screenshots/06-dark-home.png(+0 -0)📝
docs/assets/screenshots/07-dark-home-list.png(+0 -0)📝
docs/assets/screenshots/08-dark-options.png(+0 -0)📝
docs/assets/screenshots/09-mobile-login.png(+0 -0)📝
docs/assets/screenshots/10-mobile-home.png(+0 -0)📝
docs/assets/screenshots/11-mobile-home-list.png(+0 -0)📝
docs/assets/screenshots/12-mobile-options.png(+0 -0)...and 9 more files
📄 Description
Initial pull request adding mkdocs support to the documention.
Closes #703
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.