-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
205 changed files
with
4,611 additions
and
41,856 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
node_modules | ||
target | ||
.idea | ||
/*.iml | ||
/src/.vitepress/.temp | ||
/src/.vitepress/cache | ||
/src/.vitepress/dist | ||
/node_modules | ||
/target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
node_modules | ||
target | ||
.idea | ||
!.vuepress | ||
/src/usage-examples/precompilation/example.precompiled.js | ||
/src/usage-examples/precompilation/precompile-in-nodejs.output.js | ||
/src/*/usage-examples/precompilation/example.precompiled.js | ||
/src/*/usage-examples/precompilation/precompile-in-nodejs.output.js | ||
!.vitepress | ||
/src/snippets/precompilation/example.precompiled.js | ||
/src/snippets/precompilation/precompile-in-nodejs.output.js |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[![CI](https://github.com/handlebars-lang/docs/actions/workflows/ci.yml/badge.svg)](https://github.com/handlebars-lang/docs/actions/workflows/ci.yml) | ||
|
||
This is the repository for the Handlebars documentation site. | ||
|
||
* Target-URL: https://handlebarsjs.com | ||
|
||
# Why VitePress? | ||
|
||
There are a lot of static page generators out there nowadays. | ||
I have chosen [VitePress](https://vitepress.dev/) over other systems for several reasons: | ||
|
||
* I like [vuejs](https://vuejs.org). | ||
* VitePress builds fast loading static sites with modern PWA technologies. | ||
* VitePress is centered around markdown, but leaves the opportunity to inject interactive parts if needed. | ||
* VitePress has a simple predefined way of adapting stylesheets, which makes it easy to adapt colors from the | ||
original site without rewriting the whole css | ||
* The vuejs documentation site is build with VitePress, so it will hopefully be around for a while. | ||
|
||
You can challenge me and propose other solutions, but you might be asked to help out if you do. | ||
|
||
-- Nils | ||
|
||
:rocket: :rocket: | ||
|
Oops, something went wrong.