1. Getting Started
  2. Quickstart Guide

Hero Image

After you complete this guide, you’ll have a live documentation site ready to customize and update.

Deploy your documentation site

Go to docsalot.dev/documentation and simply click new documentation to get started.

After clicking new documentation, update a page, and publish your changes, your documentation site is deployed and accessible at your your-project.docsalot.dev URL.

View your deployed site

Your documentation site is now deployed at https://<your-project-name>.docsalot.dev.

Find your exact URL on the Overview page of your documentation.

Your site is ready to view immediately. Use this URL for testing and sharing with your team. Before sharing with your users, you may want to add a custom subdomain.

Make your first change

1

Open the web editor

Navigate to the web editor in your dashboard.

2

Edit a page

Open index.mdx and update the description in the frontmatter:

theme={null}
---
title: "Introduction"
description: "Your custom description here"
---
3

Publish

Click the Publish button in the top-right of the web editor toolbar.

4

View live

On the top of the editor, there is a view-live button that will take you to your new site. Refresh your documentation site to see your changes live.

Next steps

Learn More

Common Guides

Select from the following guides to learn more about how Docsalot can best suit your documentation.

Advanced Topics

Dive deeper into advanced guides to take your documentation to the next level.