This repository contains the source code and markdown files for the IceRPC documentation site.
You'll need Node.js and npm installed to build the documentation site. To install node, it is recommended to follow the guide provided by Node.js here.
Install Dependencies: Run the following command to install the necessary packages.
npm install
Start the Development Server: Use the command below to start the dev server.
npm run dev
For comprehensive guidelines on writing documentation, including how to use custom nodes and tags, please refer to the Writing Documentation page.
This repository provides a tool for generating a PDFs from the documentation using puppeteer. To run the tool, use the following commands:
cd tools/pdf
npm install
npm run generate-pdf