From bf8a2a2f87d56919e1a63dc18178ef9222c71c36 Mon Sep 17 00:00:00 2001 From: Sylvie Date: Sun, 3 Dec 2023 14:24:47 -0700 Subject: [PATCH] docs: add basic dir structure for install and customize --- docs/customize/colors.md | 1 + docs/customize/index.md | 3 +++ docs/install/docker.md | 3 +++ docs/install/index.md | 3 +++ docs/install/local.md | 3 +++ 5 files changed, 13 insertions(+) create mode 100644 docs/customize/colors.md create mode 100644 docs/customize/index.md create mode 100644 docs/install/docker.md create mode 100644 docs/install/index.md create mode 100644 docs/install/local.md diff --git a/docs/customize/colors.md b/docs/customize/colors.md new file mode 100644 index 00000000..7baf37b0 --- /dev/null +++ b/docs/customize/colors.md @@ -0,0 +1 @@ +# Colors \ No newline at end of file diff --git a/docs/customize/index.md b/docs/customize/index.md new file mode 100644 index 00000000..ded0c06c --- /dev/null +++ b/docs/customize/index.md @@ -0,0 +1,3 @@ +# Customize + +This is coming soon. \ No newline at end of file diff --git a/docs/install/docker.md b/docs/install/docker.md new file mode 100644 index 00000000..2c48b3f2 --- /dev/null +++ b/docs/install/docker.md @@ -0,0 +1,3 @@ +# Docker + +Deploy with Docker Compose \ No newline at end of file diff --git a/docs/install/index.md b/docs/install/index.md new file mode 100644 index 00000000..fd7162ba --- /dev/null +++ b/docs/install/index.md @@ -0,0 +1,3 @@ +# Installation + +You can use either [Docker](docker) (recommended) or your [local Node.js](local) installation. \ No newline at end of file diff --git a/docs/install/local.md b/docs/install/local.md new file mode 100644 index 00000000..ce285f83 --- /dev/null +++ b/docs/install/local.md @@ -0,0 +1,3 @@ +# Local install + +Local installation with Node.js \ No newline at end of file