inkonchain / docs
- ΡΠ΅ΡΠ²Π΅ΡΠ³, 9 ΡΠ½Π²Π°ΡΡ 2025β―Π³. Π² 00:00:01
Ink Documentation
An advanced, streamlined documentation platform built with Next.js and Nextra for InkChain.
Build Docker image:
docker build -t docs .
Run Docker container:
docker run -p 3000:3000 docs
This is a documentation application powered by Nextra and built on Next.js. Nextra simplifies the creation of documentation sites, allowing us to leverage the Pages Router for efficient navigation and routing. Currently, due to compatibility limitations, we have not yet upgraded to the App Router.
To get started with local development:
pnpm install
pnpm run dev
Our development setup includes multiple tools to maintain high-quality code and documentation:
Our CI/CD setup utilizes GitHub Actions to run automated checks on every pull request (PR):
./cspell/project-words.txt
file to whitelist.For every new PR, our CI/CD pipeline deploys a temporary environment via AWS Amplify. This real-time deployment enables live testing and review of changes before merging, ensuring a smoother workflow. The deployment URL is automatically provided within the PR checks, allowing team members to interact with new features.
The main
branch is configured for automatic continuous deployment via AWS Amplify. Every merge triggers a new build and deployment, ensuring that the latest version of the documentation is available to users without manual intervention.