generated frommintlify/starter
- Notifications
You must be signed in to change notification settings - Fork0
This is the official repo for the Visual Layer documentation.
NotificationsYou must be signed in to change notification settings
visual-layer/VL-documentation
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Before you start, ensure you have the following installed:
- Git:Download Git (for version control)
- Node.js:Download Node.js (LTS version recommended)
- A GitHub account
- A code editor: e.g.,Visual Studio Code
Mintlify CLI requiresNode.js version 19 or higher.
- Check your current version:
node -v
- If needed, install or upgrade Node.js:
- Using Node Version Manager (nvm):
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh| bashnvm install node - Direct download: Visit theofficial Node.js website and download the latest version.
- Using Node Version Manager (nvm):
Install via npm:
npm install -g mintlify
This command installs the Mintlify CLI globally, allowing you to use it from any directory.
Check the installed version:
mintlify --version
This ensures that the CLI is installed correctly and is accessible from your terminal.
- Navigate to your project directory (ensure it contains the
docs.jsonfile). - Run the development server:
mintlify dev
- Open your browser and visit
http://localhost:3000to view your documentation.
If port 3000 is in use or you prefer a different port:
mintlify dev --port 3333
This starts the server on port 3333.
About
This is the official repo for the Visual Layer documentation.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.