diff options
author | 2021-07-14 13:41:51 -0400 | |
---|---|---|
committer | 2021-07-14 13:41:51 -0400 | |
commit | d40edb0b673f380c9eb9c07add3e0cd2371d9623 (patch) | |
tree | 0ec0d3487ac15cb609402f2f4f7e9c6fd5a6227b /docs/integrations | |
parent | d07f3d4186ee0ffe5acb74ebc76c15a5611268fa (diff) | |
download | astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.tar.gz astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.tar.zst astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.zip |
Docs sync (#680)
* test ignoring examples from workspace
* docs sync
Diffstat (limited to 'docs/integrations')
-rw-r--r-- | docs/integrations/data-sources-cms.md | 2 | ||||
-rw-r--r-- | docs/integrations/deploy-astro.md | 2 | ||||
-rw-r--r-- | docs/integrations/developer-tools.md | 2 | ||||
-rw-r--r-- | docs/integrations/state-management.md | 2 | ||||
-rw-r--r-- | docs/integrations/styles-and-css-libraries.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/integrations/data-sources-cms.md b/docs/integrations/data-sources-cms.md index d5af468d9..8b2e26d9d 100644 --- a/docs/integrations/data-sources-cms.md +++ b/docs/integrations/data-sources-cms.md @@ -1,4 +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 index 5cec38a50..4a55bf58b 100644 --- a/docs/integrations/deploy-astro.md +++ b/docs/integrations/deploy-astro.md @@ -1,4 +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 index 1f719306d..b0c5e6909 100644 --- a/docs/integrations/developer-tools.md +++ b/docs/integrations/developer-tools.md @@ -1,4 +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 index 4a65c3eb0..6a1908c97 100644 --- a/docs/integrations/state-management.md +++ b/docs/integrations/state-management.md @@ -1,4 +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 index 2107e8947..2c02c1bb6 100644 --- a/docs/integrations/styles-and-css-libraries.md +++ b/docs/integrations/styles-and-css-libraries.md @@ -1,4 +1,4 @@ --- layout: ~/layouts/Main.astro title: Styles & CSS Libraries ---- +---
\ No newline at end of file |