Skip to content

liara-cloud/docs

Repository files navigation

Liar Logo


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:

  1. Clone the repository:
git clone https://github.com/liara-cloud/docs.git
  1. Navigate to the directory:
cd docs
  1. Make sure you have NodeJS & npm installed. If not, please install them before proceeding.

  2. Install the dependencies:

npm install
  1. Run the development server:
npm run dev
  1. Open your browser and go to http://localhost:3001. and ... That's it!

Branches

  • master: This is the main documentation of Liara
  • old-docs: This is the old version of Liara's documentation

Getting Help

If you have questions, please create a ticket


Feel free to contribute!