xxchan / docs

Logseq documentation

Home Page:https://docs.logseq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logseq.com docs - docs.logseq.com

Official documentation for the note-taking app Logseq.

Contributing

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:

  1. Ensure you have git installed.
  2. Clone this repo locally. This will add the repo to your local files.
git clone https://github.com/logseq/docs.git
  1. Add the repo to Logseq via the Add new graphbutton on the top left dropdown menu. Select the directory where you cloned the repo.
  2. 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
  1. Make your edits and confirm they look good in Logseq. Then, commit them using git commit -m "message" and git 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.

Alternatively...

Open in Gitpod, simply click the button below and contribute directly from your browser.

Open in Gitpod

About

Logseq documentation

https://docs.logseq.com


Languages

Language:Clojure 100.0%