diff --git a/.gitignore b/.gitignore index c9daea5..646ac51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ +.DS_Store node_modules/ -.vitepress/dist -.vitepress/cache diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..c26b0d3 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,2 @@ +.vitepress/dist +.vitepress/cache diff --git a/.vitepress/config.js b/docs/.vitepress/config.js similarity index 100% rename from .vitepress/config.js rename to docs/.vitepress/config.js diff --git a/Makefile b/docs/Makefile similarity index 100% rename from Makefile rename to docs/Makefile diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md diff --git a/api-examples.md b/docs/api-examples.md similarity index 100% rename from api-examples.md rename to docs/api-examples.md diff --git a/bun.lockb b/docs/bun.lockb similarity index 100% rename from bun.lockb rename to docs/bun.lockb diff --git a/code-examples.md b/docs/code-examples.md similarity index 90% rename from code-examples.md rename to docs/code-examples.md index ffad9d6..9a643ad 100644 --- a/code-examples.md +++ b/docs/code-examples.md @@ -27,10 +27,10 @@ let make = () => { ## Import from file -<<< @/src/CelsiusConverter.re +<<< @/../src/CelsiusConverter.re ## Import region from file Just the sandwich region and nothing else -<<< @/src/Order.re#sandwich +<<< @/../src/Order.re#sandwich diff --git a/index.md b/docs/index.md similarity index 100% rename from index.md rename to docs/index.md diff --git a/markdown-examples.md b/docs/markdown-examples.md similarity index 100% rename from markdown-examples.md rename to docs/markdown-examples.md diff --git a/package.json b/docs/package.json similarity index 100% rename from package.json rename to docs/package.json diff --git a/reason.json b/docs/reason.json similarity index 100% rename from reason.json rename to docs/reason.json