This documentation website is created with VitePress.
Guide how to use Markdown with Vitepress: https://vitepress.dev/guide/markdown
npm installAll code dependecies are saved in node_modules.
npm run docs:buildAll files are generated and saved in content/.vitepress/dist/.
You can use nsyte to deploy the content/.vitepress/dist directory as a static website on Blossom servers.
nsyte deploy ./content/.vitepress/dist
The nsite is now available on any nsite gateway, for example:
- https://npub1phpdev2d38u5hzs4jrsh360mevh0rjctu9669quy97wu23u8sqdqpfha0j.nosto.re/
- https://npub1phpdev2d38u5hzs4jrsh360mevh0rjctu9669quy97wu23u8sqdqpfha0j.nsite.lol/
- https://npub1phpdev2d38u5hzs4jrsh360mevh0rjctu9669quy97wu23u8sqdqpfha0j.nsyte.run/
- https://npub1phpdev2d38u5hzs4jrsh360mevh0rjctu9669quy97wu23u8sqdqpfha0j.nwb.tf/
Check .gitlab-ci.yml for deployment to https://nostr-php.dev.
npm run docs:devOpen the website locally in your browser with this URL: http://localhost:5173.
All navigation items in the header are configured in .vitepress/config.mjs.
All items in the sidebar are configured in .vitepress/config.mjs.
Custom CSS styling is applied by .vitepress/theme/custom.css.