This is the official documentation of Liara, which is also available at docs.liara.ir. You can have your own documentation by following the steps below:
- Clone the repository:
git clone https://github.com/liara-cloud/docs.git
- Navigate to the directory:
cd docs
-
Make sure you have NodeJS & npm installed. If not, please install them before proceeding.
-
Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to
http://localhost:3001
. and ... That's it!
- master: This is the main documentation of Liara
- old-docs: This is the old version of Liara's documentation
If you have questions, please create a ticket
Feel free to contribute!