Skip to content

ixian-platform/Ixian-Docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ixian Documentation Pages

Ixian-Docs 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 git@github.com:ixian-platform/Ixian-Docs.git
  2. Navigate into the project directory:
    cd Ixian-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. Add or edit corresponding .mdx files in:
    /contents/docs/
    
  2. To regenerate index after modifying the documentation, run:
    npm run gen:docs

This will update the documents data in:

/settings/documents.ts

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

Contributing

We welcome contributions from developers, integrators, and builders.

  1. Fork this repository
  2. Create a feature branch ('feature/my-change')
  3. Commit with clear, descriptive messages
  4. Open a Pull Request for review

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

Official Ixian Documentation App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 87.4%
  • TypeScript 9.9%
  • SCSS 2.6%
  • JavaScript 0.1%