Skip to content

ixian-platform/ixi-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IXI-DOCS

Ixi Docs are the official documentation for the Ixian network. The documentation is built using Next.js and documentation starter kit rubix-documents which is a free, open-source documentation template.

Development

  1. Clone the repository:

    git clone [email protected]:ProjectIxian/ixi-docs.git
    cd ixi-docs
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser to see the project.

  5. For Production:

    • Build the app:

      npm run build
    • Start the production server:

      npm run start
    • Open http://localhost:3000 to view the production build.

    • If deploying to Vercel, the build step is automatically handled during deployment.

ixidocs

ixidocs is the official documentation website for the Ixian Network. It is built using Next.js and the open-source documentation starter kit rubix-documents.

Getting Started

To start development:

  1. Clone the repository:
    git clone [email protected]:ProjectIxian/ixi-docs.git
  2. Navigate into the project directory:
    cd ixi-docs
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

Building the Project

To build the project for production, run:

  1. Build the app:

     npm run build
  2. Start the production server:

      npm run start

Configuration

Website Settings

Website settings can be modified in:

/settings/settings.ts

Navigation

The navbar navigation can be customized by editing:

/settings/navigation.tsx

Managing Documentation

Adding or Editing Documentation

  1. Update the documentation structure by modifying:
    /settings/documents.ts
    
  2. Add or edit corresponding .mdx files in:
    /contents/docs/
    

Updating Search Data

To regenerate search data after modifying the documentation, run:

  npm run generate-content-json

This will update the search data in:

/public/search-data/documents.json

License

This project is open-source and follows the rubix-documents license. See the full license in:

/LICENSE

Documentation Reference

For further details, refer to the official Next.js documentation v15+ using App Router: Next.js Documentation.

About

Ixian documentation app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published