{"config":{"separator":"[\\s\\-_,:!=\\[\\]()\\\\\"`/]+|\\.(?!\\d)"},"items":[{"location":"","level":1,"title":"Tree of Ascension Docs","text":"Every branch reaches toward the light. <p> A living guide for those climbing upward — practices for the body, teachings for the mind, and community for the soul. Not a destination, but a tree growing one branch at a time. </p> ## How to contribute - **Add a reflection** — short notes, practices, or questions - **Plant an idea** — link into new themed pages - **Tend the tone** — kind, grounded edits keep the garden coherent <p></p>","path":["Tree of Ascension Docs"],"tags":[]},{"location":"contributing/","level":1,"title":"Contributing to Tree of Ascension Docs","text":"<p>Welcome! This guide will get you from zero to making your first edit — even if you've never used git before.</p> <p>🔒 Registration is currently closed. New contributor accounts are not available at this moment. If you'd like to get involved, solve the puzzle below to reveal the contact email and request access.</p>","path":["Contributing"],"tags":[]},{"location":"contributing/#request-access","level":2,"title":"🔐 Request access","text":"<p>🌱 Click each leaf in order to reveal the contact email:</p> <p>Click them from smallest to largest 🌱 → 🌳</p> <p>Once you have access, read on below.</p>","path":["Contributing"],"tags":[]},{"location":"contributing/#how-it-works","level":2,"title":"🛠 How it works","text":"What Details Site host Forgejo — a friendly, self-hosted git platform Repo bali.krystl.org/aja/up Built with Zensical — turns Markdown files into a beautiful docs site Local editor Tolaria — a simple desktop app for editing Markdown with git built in","path":["Contributing"],"tags":[]},{"location":"contributing/#making-your-first-edit","level":2,"title":"✏️ Making your first edit","text":"<p>Follow these steps. If you get stuck, the answer is usually just a few clicks away.</p>","path":["Contributing"],"tags":[]},{"location":"contributing/#step-1-open-the-repo-in-forgejo","level":3,"title":"Step 1 — Open the repo in Forgejo","text":"<p>Go to bali.krystl.org/aja/up and sign in with your account.</p>","path":["Contributing"],"tags":[]},{"location":"contributing/#step-2-create-your-branch","level":3,"title":"Step 2 — Create your branch","text":"<p>Every edit lives on its own branch. This keeps the main site safe while you work.</p> <ul> <li>Click the branch dropdown (near the top of the page, it probably says <code>main</code> or <code>master</code>)</li> <li>Type a short name for your branch — like <code>add-meditation-guide</code> or <code>fix-typo-daily-sadhana</code></li> <li>Click \"Create branch\"</li> </ul> <p>You're now on your own copy of the site. Any changes you make stay on this branch until you're ready to share them.</p>","path":["Contributing"],"tags":[]},{"location":"contributing/#step-3-edit-a-file","level":3,"title":"Step 3 — Edit a file","text":"<ul> <li>Browse to the file you want to edit (all content lives in the <code>docs/</code> folder)</li> <li>Click the pencil icon (✏️) in the toolbar above the file</li> <li>Make your changes using Markdown (see our Markdown quick reference)</li> <li>Scroll down and write a short commit message — something like <code>Add breathing exercise section</code></li> <li>Click \"Commit changes\"</li> </ul>","path":["Contributing"],"tags":[]},{"location":"contributing/#step-4-open-a-pull-request","level":3,"title":"Step 4 — Open a Pull Request","text":"<p>When your changes are ready:</p> <ul> <li>Go back to the repo homepage</li> <li>You'll see a banner: \"You pushed to your branch — want to open a pull request?\"</li> <li>Click \"Compare & pull request\"</li> <li>Add a title and a short description of what you changed</li> <li>Click \"Create pull request\"</li> </ul> <p>A maintainer will review your changes and merge them into the main site. That's it! 🎉</p>","path":["Contributing"],"tags":[]},{"location":"contributing/#editing-locally-optional","level":2,"title":"💻Editinglocally(optional