daiyousei-qz / clangd-www

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Markdown 93.7%Language:CSS 4.5%Language:HTML 1.5%Language:JavaScript 0.3%