drupal-decoupled 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Build Drupal Decoupled Sites Faster & Smarter
1
+ # Drupal Decoupled
2
2
 
3
3
  Using Drupal as a headless CMS with a Decoupled front-end implementation is a great way to get an enterprise-quality CMS, paired with a great modern development experience using Remix, Next.js, Astro and/or others.
4
4
 
@@ -8,15 +8,16 @@ Unlock the full potential of Drupal as an API-first CMS. Our quick-start guides
8
8
 
9
9
  Visit the [docs](https://drupal-decoupled.octahedroid.com/) to see how to use this project.
10
10
 
11
+
11
12
  ### Quickstart
12
- - [Drupal](https://drupal-decoupled.octahedroid.com/docs/getting-started/quickstart/drupal)
13
- - [Remix](https://drupal-decoupled.octahedroid.com/docs/getting-started/quickstart/remix)
14
- - [Next.js](https://drupal-decoupled.octahedroid.com/docs/getting-started/quickstart/next)
13
+ - [Drupal](https://drupal-decoupled.octahedroid.com/docs/getting-started/quick-start/drupal/)
14
+ - [Remix](https://drupal-decoupled.octahedroid.com/docs/getting-started/quick-start/remix)
15
+ - [Next.js](https://drupal-decoupled.octahedroid.com/docs/getting-started/quick-start/next)
15
16
 
16
17
  ### Step by step
17
- - [Drupal](https://drupal-decoupled.octahedroid.com/docs/getting-started/step-by-step/drupal)
18
- - [Remix](https://drupal-decoupled.octahedroid.com/docs/getting-started/step-by-step/starters/remix)
19
- - [Next.js](https://drupal-decoupled.octahedroid.com/docs/getting-started/step-by-step/starters/next)
18
+ - [Drupal](https://drupal-decoupled.octahedroid.com/docs/getting-started/step-by-step/drupal/install/)
19
+ - [Remix](https://drupal-decoupled.octahedroid.com/docs/01-getting-started/02-step-by-step/02-starters/01-remix/)
20
+ - [Next.js](https://drupal-decoupled.octahedroid.com/docs/01-getting-started/02-step-by-step/02-starters/02-next/)
20
21
 
21
22
  ## Supporting organizations
22
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drupal-decoupled",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Drupal utils for Decoupled integrations",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "author": "Octahedroid <opensource@octahedroid.com>",
29
29
  "repository": {
30
- "url": "git+https://github.com/octahedroid/drupal-decoupled.git#main"
30
+ "url": "https://github.com/octahedroid/drupal-decoupled/tree/main/packages/drupal-decoupled"
31
31
  },
32
32
  "exports": {
33
33
  ".": "./dist/index.js",