docs: Improve landing page with navigation and getting started links (#1134)#1181
Open
BradGroux wants to merge 1 commit into
Open
docs: Improve landing page with navigation and getting started links (#1134)#1181BradGroux wants to merge 1 commit into
BradGroux wants to merge 1 commit into
Conversation
…bsidian-community#1134) The documentation landing page previously showed only a brief description, two screenshots, and links to GitHub. On mobile especially, visitors had no indication they were on a documentation site or how to navigate to the actual docs content. Restructured the landing page to include: - Clear title and description of what the plugin does - Getting Started section with links to installation and board creation - Full 'How Do I' section linking to all how-to guides - Complete Settings reference with links to every setting page - FAQs section - External links (GitHub, issues, roadmap) moved to bottom Fixes obsidian-community#1134
25 tasks
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.
Problem
The documentation landing page (
Obsidian Kanban Plugin.md) shows only a brief one-line description, two screenshots, and sponsorship links. On mobile, there's no indication that this is a documentation site, and no way to discover the actual docs content without finding the sidebar hamburger menu.As reported in #1134:
Changes
Restructured the landing page to serve as a proper documentation hub:
All navigation uses Obsidian wiki-links (
[[]]) consistent with the existing docs structure, so they work correctly on Obsidian Publish.Fixes #1134