Skip to content

Commit

Permalink
Add CLI overview and update sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Aug 8, 2024
1 parent 1da4a5d commit 5166e93
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
22 changes: 22 additions & 0 deletions docs/deweb/cli/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: CLI Overview
---

# CLI Overview

The DeWeb CLI is a command-line tool that allows you to interact with the DeWeb platform.
It enables developers to manage decentralized websites directly on the Massa blockchain.

## How to Upload a Website?

For detailed instructions on uploading a website, visit the
[Upload a Website](https://github.com/massalabs/deweb?tab=readme-ov-file#upload-a-website) section of the README.

## How to Edit a Website?

For detailed instructions on editing a website, visit the
[Edit a Website](https://github.com/massalabs/deweb?tab=readme-ov-file#edit-a-website) section of the README.

:::note Disclaimer
The CLI section of the documentation is a work in progress. A complete documentation is coming soon. We appreciate your patience and feedback.
:::
15 changes: 10 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,16 @@ const sidebars = {
collapsed: false,
items: ["deweb/configuration/server-config"],
},
// {
// type: "category",
// label: "CLI",
// items: ["deweb/cli/cli-usage", "deweb/cli/upload-website", "deweb/cli/edit-website"],
// },
{
type: "category",
label: "CLI",
collapsed: false,
items: [
"deweb/cli/overview",
// "deweb/cli/upload-website",
// "deweb/cli/edit-website",
],
},
// {
// type: "doc",
// id: "deweb/faq",
Expand Down

0 comments on commit 5166e93

Please sign in to comment.