-
Notifications
You must be signed in to change notification settings - Fork 40
Add documentation website #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Live preview at https://sourcegraph.github.io/lsif-java Just opening this PR to close my day and collect early feedback. I will review the change again tomorrow and likely clean up a few small things. |
Previously, lsif-java didn't have any documentation for end-users. We only had documentation for contributors. This commit adds a website that includes user-facing documentation on how to run lsif-java with automatic indexing and manual indexing.
a8515fe to
0b8f679
Compare
| | Build tool | Support | Tracking issue | | ||
| | ---------- | ------- | -------------------------------------------------------------------------------- | | ||
| | Gradle | ✅ | | | ||
| | Maven | ✅ | | | ||
| | Bazel | ❌ | [sourcegraph/lsif-java#88](https://github.com/sourcegraph/lsif-java/issues/88) | | ||
| | Buck | ❌ | [sourcegraph/lsif-java#99](https://github.com/sourcegraph/lsif-java/issues/99) | | ||
| | sbt | ❌ | [sourcegraph/lsif-java#110](https://github.com/sourcegraph/lsif-java/issues/110) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
|  | ||
|
|
||
| ## Step 1: Add SemanticDB compiler plugin to the classpath |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have consistent first letter capitalization or is this intentionally capitalized?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love your attention to details 👌 fixed
Strum355
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really like having this website, great idea 🎉
Some minor but not-really-blocking comments 🙂
olafurpg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the review!
|
|
||
|  | ||
|
|
||
| ## Step 1: Add SemanticDB compiler plugin to the classpath |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love your attention to details 👌 fixed
65c959b to
387826b
Compare

Previously, lsif-java didn't have any documentation for end-users. We
only had documentation for contributors. This commit adds a website that
includes user-facing documentation on how to run lsif-java with
automatic indexing and manual indexing.