Draft
Conversation
added 12 commits
February 6, 2026 23:02
VitePress is configured in the repo for handling docs
fix: pnpm Actions fix, corrected base fix: Build error fixes fix: Images not showing up in pages fix: Moved logo to public path
The package.json and pnpm-lock.yaml are not part of the main repo but specific to the docs. The workflow will now target this folder for running.
moved public folder to docs.
Properly source the sidebar links
For creating pull request
Refactor can be considered later if needed.
Header in TLS / SSL setup was accidentally reverted to older one. Now replaced with the new one.
New files didn't have YAML metadata, it is added now.
The README.md gives a brief overview about how to contribute to documentation, and more detailed isntructions specific to VitePress is added as a new page under References.
Contributor
|
LGTM :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VitePress Based Documentation Website
Based on #1760
This pull request makes a static website using VitePress and publish using GitHub pages.
Preview
https://adithyaappu.github.io/frappe_docker/
Summary of Changes
docs/.pnpm, a package manager, is also added.mdfiles need a YAML frontmatter / metadata for configuring them in sidebar. All the required frontmatter is added in current files.mdfilesindex.mdfile controlling the home / landing pageBenefits of VitePress
To Do
Based on comments from #1760
Feedback