diff options
author | 2021-07-15 14:13:35 -0400 | |
---|---|---|
committer | 2021-07-15 14:13:35 -0400 | |
commit | 166e22bdf35b9751dc42f5cc6cb27a99b077df93 (patch) | |
tree | e8643360c2250dda82ebf95b62281978547d5188 /docs/integrations | |
parent | fb8bf7ec43f7b09348c12d5ff9f81131c70ef5e9 (diff) | |
download | astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.tar.gz astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.tar.zst astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.zip |
merge in docs site (#705)
Diffstat (limited to 'docs/integrations')
-rw-r--r-- | docs/integrations/data-sources-cms.md | 4 | ||||
-rw-r--r-- | docs/integrations/deploy-astro.md | 4 | ||||
-rw-r--r-- | docs/integrations/developer-tools.md | 4 | ||||
-rw-r--r-- | docs/integrations/state-management.md | 4 | ||||
-rw-r--r-- | docs/integrations/styles-and-css-libraries.md | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/docs/integrations/data-sources-cms.md b/docs/integrations/data-sources-cms.md deleted file mode 100644 index d5af468d9..000000000 --- a/docs/integrations/data-sources-cms.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: ~/layouts/Main.astro -title: Data Sources / CMS ---- diff --git a/docs/integrations/deploy-astro.md b/docs/integrations/deploy-astro.md deleted file mode 100644 index 5cec38a50..000000000 --- a/docs/integrations/deploy-astro.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: ~/layouts/Main.astro -title: Deploy Astro ---- diff --git a/docs/integrations/developer-tools.md b/docs/integrations/developer-tools.md deleted file mode 100644 index 1f719306d..000000000 --- a/docs/integrations/developer-tools.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: ~/layouts/Main.astro -title: Developer Tools ---- diff --git a/docs/integrations/state-management.md b/docs/integrations/state-management.md deleted file mode 100644 index 4a65c3eb0..000000000 --- a/docs/integrations/state-management.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: ~/layouts/Main.astro -title: State Management ---- diff --git a/docs/integrations/styles-and-css-libraries.md b/docs/integrations/styles-and-css-libraries.md deleted file mode 100644 index 2107e8947..000000000 --- a/docs/integrations/styles-and-css-libraries.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: ~/layouts/Main.astro -title: Styles & CSS Libraries ---- |