Common CMS for documentation using Lark Docs.
This is a Next.js project used to fetch documents using the Lark Server APIs and to display them online as documentation.
Before installing, you need to install Node.js. Run the following command to install it in the current project:
npm install
Run the following command to copy the default example and replace with your own variables:
cp .env.example .env
npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
If you encounter a bug or have a feature request, please use the Issue Tracker. The project is also open to contributions, so feel free to fork the project and open pull requests.
Distributed under the MIT License. See License for more information.