Skip to content

Commit

Permalink
docs: Added CLI docs, API Reference, Material themed documentation, r…
Browse files Browse the repository at this point in the history
…emoved docusaurus
  • Loading branch information
tomlin7 committed Jul 21, 2024
1 parent 4878dbf commit 2e92b0d
Show file tree
Hide file tree
Showing 49 changed files with 347 additions and 15,653 deletions.
20 changes: 0 additions & 20 deletions docs/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions docs/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/api/app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## App

::: biscuit.App
58 changes: 58 additions & 0 deletions docs/api/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# CLI

Biscuit provides a command line interface (CLI) to interact with the main application. The CLI is a powerful tool that allows you to perform a wide range of operations, such as managing extensions, files, and settings.

<!--prettier-ignore-start-->
<div class="grid cards" markdown>

- :octicons-command-palette-24:{ .lg .middle } **General Commands**

***

General commands to manage the application, files, settings, and more

[:octicons-arrow-right-24: Overview](#overview)

- :material-text-box-edit:{ .lg .middle } **Editor Commands**

***

Commands to manage the editor, files, settings, and more

[:octicons-arrow-right-24: Editor](#editor-commands)

- :material-git:{ .lg .middle } **Git Commands**

***

Commands to manage Git repositories, branches, commits, and more

[:octicons-arrow-right-24: Git](#git-commands)

- :material-power-plug-outline:{ .lg .middle } **Extension Commands**

***

Commands to manage extensions, install, update, and more

[:octicons-arrow-right-24: Extensions](#extension-commands)

</div>

<!--prettier-ignore-end-->

## Overview

::: biscuit.cli.cli

## Editor Commands

::: biscuit.cli.editor

## Git Commands

::: biscuit.cli.git

## Extension Commands

::: biscuit.cli.extensions
3 changes: 0 additions & 3 deletions docs/babel.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions docs/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions docs/blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/blog/authors.yml

This file was deleted.

3 changes: 3 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CLI

Biscuit provides a command line interface (CLI) to interact with the main application. The CLI is a powerful tool that allows you to perform a wide range of operations, such as managing extensions, files, and settings.
8 changes: 0 additions & 8 deletions docs/docs/developer-docs/_category_.json

This file was deleted.

36 changes: 0 additions & 36 deletions docs/docs/developer-docs/app-class.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/docs/developer-docs/components/_category_.json

This file was deleted.

18 changes: 0 additions & 18 deletions docs/docs/developer-docs/components/editors.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/docs/developer-docs/editing-wide-vs-feature-wide.md

This file was deleted.

Binary file removed docs/docs/developer-docs/img/relations.png
Binary file not shown.
9 changes: 0 additions & 9 deletions docs/docs/developer-docs/layout.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/docs/developer-docs/project-structure.md

This file was deleted.

Loading

0 comments on commit 2e92b0d

Please sign in to comment.