https://github.com/llvm/clangd-www
https://github.com/llvm/clangd-www
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/llvm/clangd-www
- Owner: llvm
- License: apache-2.0
- Created: 2020-02-12T19:38:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T13:40:52.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:32:31.526Z (over 1 year ago)
- Language: Markdown
- Size: 2.22 MB
- Stars: 26
- Watchers: 10
- Forks: 53
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [clangd.llvm.org](https://clangd.llvm.org/)
This is the **source code** of clangd's website.
The website itself can be found at https://clangd.llvm.org/.
## I'm in the right place, how do I build the docs?
The docs are built and published by pushing to this repository (Github Pages).
Usually you won't need more than GitHub's markdown preview feature.
But if you're changing layout, and want to see exactly what it will look like,
you can run jekyll locally.
```
apt-get install rubygems ruby-dev # or similar
gem install github-pages
jekyll serve
```
The instance at http://localhost:4000/ will refresh when you edit any file.