Skip to content

NillionNetwork/nillion-docs

Folders and files

NameName
Last commit message
Last commit date
Sep 16, 2024
Feb 20, 2025
Mar 21, 2025
Mar 17, 2025
Mar 18, 2025
Oct 7, 2024
Apr 12, 2024
Feb 22, 2024
May 14, 2024
Feb 8, 2024
Feb 20, 2025
Mar 18, 2025
Feb 13, 2025
Feb 20, 2025
Mar 18, 2025
Mar 20, 2025
Feb 17, 2025
Sep 5, 2024
Mar 20, 2025
Jan 16, 2025
Feb 21, 2024
Mar 18, 2025

Repository files navigation

Nillion docs

The Nillion docs are built using Docusaurus v3. Documentation content lives in the docs folder of this repo, and new sections can be added to the sidebar by including the pages in sidebar.js.

Improving the docs

Got a suggestion for improving the docs? Let us know by creating a Github Issue

Asking questions

Use our Github Discussions forum to ask technical questions and share ideas about Nillion.

Running the docs locally

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Search

The docs use Algolia DocSearch for search, with crawling once a week on Mondays on the 'nillion_docs' index.

Deployment

The docs are deployed to docs.nillion.com with Vercel.