Logseq.com docs - docs.logseq.com
Official documentation for the note-taking app Logseq.
Thank you! Looking for something to contribute on documents? There's a Project Board
To contribute you will want to see how your changes look locally. In order to do this you should:
- Ensure you have git installed.
- Clone this repo locally. This will add the repo to your local files.
git clone https://github.com/logseq/docs.git
- Add the repo to Logseq via the
Add new graph
button on the top left dropdown menu. Select the directory where you cloned the repo. - Create a branch off of master. The following two commands create a branch called
branch-name
and navigates onto it.
git branch branch-name
git checkout branch-name
- Make your edits and confirm they look good in Logseq. Then, commit them using
git commit -m "message"
andgit push
and submit a pull request onto GitHub!
If you are making large changes to the documentation, please open an issue to discuss them first.
Open in Gitpod, simply click the button below and contribute directly from your browser.