diff --git a/www/src/content/releases/v2_1/2_1_0.md b/www/src/content/archivedreleases/v2_1/2_1_0.md similarity index 100% rename from www/src/content/releases/v2_1/2_1_0.md rename to www/src/content/archivedreleases/v2_1/2_1_0.md diff --git a/www/src/content/releases/v2_1/2_1_3.md b/www/src/content/archivedreleases/v2_1/2_1_3.md similarity index 100% rename from www/src/content/releases/v2_1/2_1_3.md rename to www/src/content/archivedreleases/v2_1/2_1_3.md diff --git a/www/src/content/releases/v2_1/2_1_5.md b/www/src/content/archivedreleases/v2_1/2_1_5.md similarity index 100% rename from www/src/content/releases/v2_1/2_1_5.md rename to www/src/content/archivedreleases/v2_1/2_1_5.md diff --git a/www/src/content/releases/v2_1/2_1_7.md b/www/src/content/archivedreleases/v2_1/2_1_7.md similarity index 100% rename from www/src/content/releases/v2_1/2_1_7.md rename to www/src/content/archivedreleases/v2_1/2_1_7.md diff --git a/www/src/content/releases/v2_1/2_1_8.md b/www/src/content/archivedreleases/v2_1/2_1_8.md similarity index 100% rename from www/src/content/releases/v2_1/2_1_8.md rename to www/src/content/archivedreleases/v2_1/2_1_8.md diff --git a/www/src/content/docs/docs/introduction/api/install.md b/www/src/content/docs/docs/introduction/api/install.md index 05155b75..8a7b0ca5 100644 --- a/www/src/content/docs/docs/introduction/api/install.md +++ b/www/src/content/docs/docs/introduction/api/install.md @@ -3,7 +3,7 @@ title: API Only Mode - Install description: API Only Mode - Install --- -# API Mode Install +# API Only Install In this mode the integration will not deploy routes at all. you will have to build your own website to utilize the exported functions listed below. diff --git a/www/src/content/releases/v3/3_0_6.md b/www/src/content/releases/v3/3_0_6.md new file mode 100644 index 00000000..b802fb84 --- /dev/null +++ b/www/src/content/releases/v3/3_0_6.md @@ -0,0 +1,29 @@ +--- +title: 'v3 NEW API BACKEND!!!' +date: '01-23-2024 06:30' +versionNumber: '3.0.6' +description: 'v3 NEW API BACKEND!!!' +#image: +# src: '../../assets/starlog-placeholder-2.jpg' +# alt: 'The full Astro logo.' +--- + +# v3 Update - NEW API + +So this was needed from the beginning due to the way the `@tryghost/content-api` works, we have now switched to the `@ts-ghost/core-api` with our own Content-API running on top. I am thrilled to announce that it is now up and running and working! and our demo is already updated. + +### New Stuff + +- Converted Github Repo into a Monorepo to hold all of Astro-ghostxyz related content. +- Migrated from `@tryghost/content-api` to `@ts-ghost/core-api`. +- Updated the Theme to use the new API +- Moved theme into its own NPM package to prepare for the future plans of more themes! +- Resolved all github workflow issues so i can now do everything i was doing before + +### Planned Additions + +- Skeleton Theme - DIY KIT + +### NOTICE + +Version 3.0.6 and above is not compatible with previous version of this project. \ No newline at end of file