mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 15:05:30 +00:00
fix, Typo in Guidelines
The `nix build .#docs-html` is building `xhtml` files instead of `html` files
This commit is contained in:
parent
dd29532dd1
commit
af9726c4bd
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ by typing the following in a shell within a clone of the **nvf** Git repository:
|
|||
|
||||
```console
|
||||
$ nix build .#docs-html
|
||||
$ xdg-open $PWD/result/share/doc/nvf/index.html
|
||||
$ xdg-open $PWD/result/share/doc/nvf/index.xhtml
|
||||
```
|
||||
|
||||
## Formatting Code {#sec-guidelines-formatting}
|
||||
|
|
|
|||
|
|
@ -412,3 +412,4 @@
|
|||
|
||||
- Add [avante.nvim](https://github.com/yetone/avante.nvim) plugin another AI
|
||||
Assistant.
|
||||
- Fix typo in Guidelines.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue