mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 15:18:53 +00:00
7d274a911e
The roadmap seems like something users might want to read soon after they find the project, so a link from the main page seems useful to me.
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# Jujutsu—a version control system
|
|
|
|
## Welcome to `jj`'s documentation website!
|
|
|
|
<!-- This only applies to the website, not to the GitHub interface -->
|
|
The complete list of the available documentation pages is located in
|
|
the sidebar on the left of the page. The sidebar may be hidden; if so,
|
|
you can open it either by widening your browser window or by clicking
|
|
on the hamburger menu that appears in this situation.
|
|
|
|
Additional help is available using the `jj help` command if you have
|
|
`jj` installed.
|
|
|
|
You may want to jump to:
|
|
|
|
- Documentation for the [latest released version of `jj`](https://martinvonz.github.io/jj/latest).
|
|
- Documentation for the [unreleased version of `jj`](https://martinvonz.github.io/jj/prerelease). This version of the docs corresponds to the `main` branch of the `jj` repo.
|
|
|
|
## Some useful links
|
|
|
|
- [GitHub repo for `jj`](https://github.com/martinvonz/jj)
|
|
- Overview of `jj` in the repo's [README](https://github.com/martinvonz/jj?tab=readme-ov-file#readme)
|
|
- [Installation and Setup](install-and-setup.md)
|
|
- [Tutorial and Birds-Eye View](tutorial.md)
|
|
- [Working with GitHub](github.md)
|
|
- [Development Roadmap](roadmap.md)
|