Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/huntsman/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Spider's docs are separated into the following categories:
::::{grid} 1 1 2 2
:gutter: 2

:::{grid-item-card}
:link: user-docs/index
🧑 User docs
^^^
Docs for using Spider.
:::

:::{grid-item-card}
:link: dev-docs/index
🛠 Developer docs
Expand All @@ -19,5 +26,6 @@ Docs for those interested in developing Spider.
:::{toctree}
:hidden:

user-docs/index.md
dev-docs/index.md
:::
40 changes: 40 additions & 0 deletions docs/huntsman/src/user-docs/guides-configuration/index.md

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will be responsible for filling this section.

Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Configuration

:::{warning}
🚧 This section is still under construction.
:::

The guides below describe how to configure each of Spider's components.

::::{grid} 1 1 2 2
:gutter: 2

:::{grid-item-card}
:link: storage
Storage configuration
^^^
How to configure Spider's storage backend.
:::

:::{grid-item-card}
:link: scheduler
Scheduler configuration
^^^
How to configure Spider's scheduler.
:::

:::{grid-item-card}
:link: worker
Worker configuration
^^^
How to configure Spider's workers.
:::
::::

:::{toctree}
:hidden:

storage.md
scheduler.md
worker.md
:::
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Scheduler configuration

:::{warning}
🚧 This section is still under construction.
:::
5 changes: 5 additions & 0 deletions docs/huntsman/src/user-docs/guides-configuration/storage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Storage configuration

:::{warning}
🚧 This section is still under construction.
:::
5 changes: 5 additions & 0 deletions docs/huntsman/src/user-docs/guides-configuration/worker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Worker configuration

:::{warning}
🚧 This section is still under construction.
:::

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sitaowang1998 You should work on this section in a future PR.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Docker Compose deployment

:::{warning}
🚧 This section is still under construction.
:::
32 changes: 32 additions & 0 deletions docs/huntsman/src/user-docs/guides-deployment/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Deployment

:::{warning}
🚧 This section is still under construction.
:::

The guides below describe how to deploy a Spider cluster.

::::{grid} 1 1 2 2
:gutter: 2

:::{grid-item-card}
:link: kubernetes
Kubernetes deployment
^^^
How to deploy Spider on Kubernetes.
:::

:::{grid-item-card}
:link: docker-compose
Docker Compose deployment
^^^
How to deploy Spider using Docker Compose.
:::
::::

:::{toctree}
:hidden:

kubernetes.md
docker-compose.md
:::
5 changes: 5 additions & 0 deletions docs/huntsman/src/user-docs/guides-deployment/kubernetes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Kubernetes deployment

:::{warning}
🚧 This section is still under construction.
:::
31 changes: 31 additions & 0 deletions docs/huntsman/src/user-docs/index.md

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@20001020ycx You should work on this section in a future PR.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# User docs

This section contains docs for using and operating Spider. Choose one of the sections below or use
the left sidebar (if it's hidden, click the <i class="fa fa-bars"></i> icon) to navigate to specific
docs.

::::{grid} 1 1 2 2
:gutter: 2

:::{grid-item-card}
:link: guides-deployment/index
Deployment
^^^
How to deploy a Spider cluster.
:::

:::{grid-item-card}
:link: guides-configuration/index
Configuration
^^^
How to configure Spider's components.
:::
::::

:::{toctree}
:hidden:
:caption: Guides

guides-deployment/index.md
guides-configuration/index.md
:::
Loading