website/README.md
This folder is the source of documentation for Neovide, a simple no-nonsense, cross-platform, graphical editor for Neovim, hosted on neovide.dev
Note: If you're looking for the Neovide source code, that can be found here
<div align="center"><em>Screenshot of Landing Page</em>
Install the latest version of rust on your preferred choice of operating system, we recommend using rustup
Install required cargo packages to build successfully
cargo install mdbook --version 0.4.21
cargo install mdbook-pagetoc --version 0.1.4 # Table of Contents
cargo install mdbook-linkcheck --version 0.7.6 # Check Links Aren't Broken
Clone the repository
git clone https://github.com/neovide/neovide
Navigate to root directory
cd neovide/website/
Build the book and open in default browser
mdbook build --open
Quick Tip!
To see the website update in real-time while you edit the content, you can use mdbook serve --open
instead of the build argument
Note: When making updates to any .css/.js files, a full refresh of the browser is needed. This can be done by pressing <kbd>Ctrl</kbd>-<kbd>F5</kbd>
First of all, thank you for your interest in wanting to contribute to the website! The documentation is very much community-driven so your changes are very much appreciated!
A few things to note:
mdformat --wrap 100 --number will ensure that you are in line with our CI.Always feel free to ask questions by either joining our discord or raising a GitHub issue!