diff options
author | 2021-06-27 23:27:12 -0700 | |
---|---|---|
committer | 2021-06-27 23:30:57 -0700 | |
commit | 279a25246260ef95459d29c8029b18bd89adc206 (patch) | |
tree | 7b050d9809a7b031108cf915d29833658278c4e6 /docs/integrations | |
parent | 11cf22999d9eeb45d25596af481d8bc27fa931ec (diff) | |
download | astro-279a25246260ef95459d29c8029b18bd89adc206.tar.gz astro-279a25246260ef95459d29c8029b18bd89adc206.tar.zst astro-279a25246260ef95459d29c8029b18bd89adc206.zip |
astro-docs sync
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, 20 insertions, 0 deletions
diff --git a/docs/integrations/data-sources-cms.md b/docs/integrations/data-sources-cms.md new file mode 100644 index 000000000..8b2e26d9d --- /dev/null +++ b/docs/integrations/data-sources-cms.md @@ -0,0 +1,4 @@ +--- +layout: ~/layouts/Main.astro +title: Data Sources / CMS +---
\ No newline at end of file diff --git a/docs/integrations/deploy-astro.md b/docs/integrations/deploy-astro.md new file mode 100644 index 000000000..4a55bf58b --- /dev/null +++ b/docs/integrations/deploy-astro.md @@ -0,0 +1,4 @@ +--- +layout: ~/layouts/Main.astro +title: Deploy Astro +---
\ No newline at end of file diff --git a/docs/integrations/developer-tools.md b/docs/integrations/developer-tools.md new file mode 100644 index 000000000..b0c5e6909 --- /dev/null +++ b/docs/integrations/developer-tools.md @@ -0,0 +1,4 @@ +--- +layout: ~/layouts/Main.astro +title: Developer Tools +---
\ No newline at end of file diff --git a/docs/integrations/state-management.md b/docs/integrations/state-management.md new file mode 100644 index 000000000..6a1908c97 --- /dev/null +++ b/docs/integrations/state-management.md @@ -0,0 +1,4 @@ +--- +layout: ~/layouts/Main.astro +title: State Management +---
\ No newline at end of file diff --git a/docs/integrations/styles-and-css-libraries.md b/docs/integrations/styles-and-css-libraries.md new file mode 100644 index 000000000..2c02c1bb6 --- /dev/null +++ b/docs/integrations/styles-and-css-libraries.md @@ -0,0 +1,4 @@ +--- +layout: ~/layouts/Main.astro +title: Styles & CSS Libraries +---
\ No newline at end of file |