@atlassian/clientside-extensions-docs 2.3.1-beta-2 → 2.3.1

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 (41) hide show
  1. package/README.md +2 -5
  2. package/content/server/framework/clientside-extensions/get-help.md +26 -2
  3. package/content/server/framework/clientside-extensions/guides/extension-points/creating-an-extension-point.md +1 -1
  4. package/content/server/framework/clientside-extensions/guides/extension-points/extension-point-documentation.md +1 -1
  5. package/content/server/framework/clientside-extensions/guides/extension-points/index.md +38 -14
  6. package/content/server/framework/clientside-extensions/guides/extension-points/providing-context.md +1 -1
  7. package/content/server/framework/clientside-extensions/guides/extension-points/rendering-extensions.md +1 -1
  8. package/content/server/framework/clientside-extensions/guides/how-to/debugging-and-troubleshooting-an-extension.md +6 -5
  9. package/content/server/framework/clientside-extensions/guides/how-to/setup-page-bootstrapper.md +1 -1
  10. package/content/server/framework/clientside-extensions/guides/how-to/setup-schema-loader.md +1 -1
  11. package/content/server/framework/clientside-extensions/guides/how-to/setup-webpack-plugin.md +1 -1
  12. package/content/server/framework/clientside-extensions/guides/introduction/creating-a-modal.md +1 -1
  13. package/content/server/framework/clientside-extensions/guides/introduction/creating-a-page.md +1 -1
  14. package/content/server/framework/clientside-extensions/guides/introduction/creating-an-extension.md +1 -1
  15. package/content/server/framework/clientside-extensions/guides/introduction/custom-HTML-content.md +1 -1
  16. package/content/server/framework/clientside-extensions/guides/introduction/discovering-extension-points.md +1 -1
  17. package/content/server/framework/clientside-extensions/guides/introduction/index.md +17 -2
  18. package/content/server/framework/clientside-extensions/guides/introduction/using-extension-api.md +1 -1
  19. package/content/server/framework/clientside-extensions/index.md +1 -1
  20. package/content/server/framework/clientside-extensions/reference/api/extension-api/async-panel-api.md +1 -1
  21. package/content/server/framework/clientside-extensions/reference/api/extension-api/index.md +1 -1
  22. package/content/server/framework/clientside-extensions/reference/api/extension-api/modal-api.md +1 -1
  23. package/content/server/framework/clientside-extensions/reference/api/extension-api/panel-api.md +1 -1
  24. package/content/server/framework/clientside-extensions/reference/api/extension-api/render-element-as-react.md +1 -1
  25. package/content/server/framework/clientside-extensions/reference/api/extension-factories/async-panel.md +1 -1
  26. package/content/server/framework/clientside-extensions/reference/api/extension-factories/button.md +1 -1
  27. package/content/server/framework/clientside-extensions/reference/api/extension-factories/index.md +1 -1
  28. package/content/server/framework/clientside-extensions/reference/api/extension-factories/link.md +1 -1
  29. package/content/server/framework/clientside-extensions/reference/api/extension-factories/modal.md +1 -1
  30. package/content/server/framework/clientside-extensions/reference/api/extension-factories/page.md +1 -1
  31. package/content/server/framework/clientside-extensions/reference/api/extension-factories/panel.md +1 -1
  32. package/content/server/framework/clientside-extensions/reference/api/extension-points/extension-handlers.md +1 -1
  33. package/content/server/framework/clientside-extensions/reference/api/extension-points/hooks-and-components.md +1 -1
  34. package/content/server/framework/clientside-extensions/reference/api/extension-points/index.md +2 -2
  35. package/content/server/framework/clientside-extensions/reference/api/extension-points/schemas.md +1 -1
  36. package/content/server/framework/clientside-extensions/reference/api/extension-points-v1-deprecated.md +4 -4
  37. package/content/server/framework/clientside-extensions/reference/glossary/index.md +1 -1
  38. package/content/server/framework/clientside-extensions/reference/webpack-plugin/annotations.md +1 -1
  39. package/content/server/framework/clientside-extensions/reference/webpack-plugin/webpack-plugin.md +1 -1
  40. package/data/clientside-extensions.json +4 -0
  41. package/package.json +5 -5
package/README.md CHANGED
@@ -8,11 +8,8 @@ These docs will be published at:
8
8
 
9
9
  ## Preview
10
10
 
11
- `yarn preview`
12
-
13
- This will first install the Docker image needed to run the Atlassian Docs locally, and then start the server with the content locally at:
14
-
15
- [http://localhost:8080/server/framework/clientside-extensions](http://localhost:8080/server/framework/clientside-extensions)
11
+ 1. Install [Atlas CLI](https://developer.atlassian.com/platform/atlas-cli/users/install/) and DAC plugin `atlas plugin install -n dac`.
12
+ 2. Run `yarn start` to start the server with the content locally at : [http://localhost:8080/server/framework/clientside-extensions](http://localhost:8080/server/framework/clientside-extensions)
16
13
 
17
14
  ## Validation
18
15
 
@@ -4,9 +4,33 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: help
6
6
  subcategory: get-help
7
- date: '2021-06-24'
7
+ date: '2021-07-21'
8
8
  ---
9
9
 
10
10
  # Get help
11
11
 
12
- If you need help or want to give any feedback, please refer to our [Issue Tracker](https://bitbucket.org/atlassian/atlassian-clientside-extensions/issues).
12
+ ## Client-Side Extensions
13
+
14
+ If you need help or want to give any feedback about CSE, please refer to our [Issue Tracker](https://ecosystem.atlassian.net/browse/CSE).
15
+
16
+ Click on the "Create" issue button and provide the reproduction steps. Please include as much information as you can, including:
17
+
18
+ - Application name and version
19
+ - A version of CSE modules you are using
20
+ - Browser vendor name and version
21
+
22
+ ## Support
23
+
24
+ ### If you are a Marketplace Developer
25
+
26
+ If you are a Marketplace Developer, you can [contact support team and request help](https://developer.atlassian.com/platform/marketplace/#marketplace-support).
27
+
28
+ ### If you are not a Marketplace Developer
29
+
30
+ If you are not a Marketplace Developer but have a Server or DC product license go to [https://support.atlassian.com](https://support.atlassian.com).
31
+
32
+ At the bottom of the page, there should be a green “Contact Support” button you can use
33
+
34
+ ## Additional links
35
+
36
+ - Check the [Debugging and troubleshooting an extension guide](/server/framework/clientside-extensions/guides/how-to/debugging-and-troubleshooting-an-extension)
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: extension-points
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Creating an extension point
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: extension-points
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Extension point documentation
@@ -4,22 +4,25 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: extension-points
7
- date: '2021-06-24'
7
+ date: '2021-07-21'
8
8
  ---
9
9
 
10
10
  # Getting started
11
11
 
12
12
  {{% warning %}}
13
- The APIs for creating extension points are based on the React framework and Atlaskit, meaning you can only use them if you're developing with React.
13
+ The APIs for creating extension points are based on the React framework and Atlaskit, meaning you can
14
+ only use them if you're developing with React.
14
15
 
15
16
  A framework agnostic solution is being designed and will be available on a future release.
16
17
  {{% /warning %}}
17
18
 
18
19
  For this tutorial, you will be creating an extension point on a page in Bitbucket Server 7.x.
19
20
 
20
- The Bitbucket Server team provides a template to create a Bitbucket Plugin with all the tools already configured for you, including Client-side Extensions (CSE).
21
+ The Bitbucket Server team provides a template to create a Bitbucket Plugin with all the tools already configured for
22
+ you, including Client-side Extensions (CSE).
21
23
 
22
- You can grab a copy by cloning the [Bitbucket CSE template](https://bitbucket.org/atlassianlabs/bitbucket-client-side-extensions-template):
24
+ You can grab a copy by cloning
25
+ the [Bitbucket CSE template](https://bitbucket.org/atlassianlabs/bitbucket-client-side-extensions-template):
23
26
 
24
27
  ```
25
28
  git clone git@bitbucket.org:atlassianlabs/bitbucket-client-side-extensions-template.git
@@ -27,7 +30,8 @@ git clone git@bitbucket.org:atlassianlabs/bitbucket-client-side-extensions-templ
27
30
 
28
31
  {{% note %}}
29
32
  If you want to create extension points on your own project, follow the guide on
30
- [how to setup CSE schema-loader](/server/framework/clientside-extensions/guides/how-to/setup-schema-loader/) before you get started.
33
+ [how to setup CSE schema-loader](/server/framework/clientside-extensions/guides/how-to/setup-schema-loader/) before you
34
+ get started.
31
35
  {{% /note %}}
32
36
 
33
37
  ## Installing the requirements
@@ -53,9 +57,25 @@ To start Bitbucket from your project, run:
53
57
  atlas-run -DskipTests
54
58
  ```
55
59
 
60
+ Once the Bitbucket starts, you should see this message in the terminal:
61
+
62
+ ```
63
+ bitbucket started successfully in XYZs at http://localhost:7990/bitbucket
64
+ ```
65
+
66
+ Now, you can open the browser and navigate to http://localhost:7990/bitbucket
67
+
68
+ ### Default credentials
69
+
70
+ The local instance of Bitbucket requires you to log in using those credentials:
71
+
72
+ - username: `admin`
73
+ - password: `admin`
74
+
56
75
  ## Developing
57
76
 
58
- The template comes with watchmode and hot reload configured for your front-end code. You can run the CSE watch server by executing:
77
+ The template comes with watchmode and hot reload configured for your front-end code. You can run the CSE watch server by
78
+ executing:
59
79
 
60
80
  ```
61
81
  npm start
@@ -63,12 +83,14 @@ npm start
63
83
 
64
84
  ## Working directory
65
85
 
66
- You will be working on a blank page created with [CSE page extensions](/server/framework/clientside-extensions/reference/api/extension-factories/page/),
67
- and will create an extension point named `extension.points.tutorial`.
86
+ You will be working on a blank page created
87
+ with [CSE page extensions](/server/framework/clientside-extensions/reference/api/extension-factories/page/), and will
88
+ create an extension point named `extension.points.tutorial`.
68
89
 
69
90
  {{% note %}}
70
- It is not necessary to use [CSE page extensions](/server/framework/clientside-extensions/reference/api/extension-factories/page/) to create an extension point. This guide uses them
71
- to provide a clean environment for working with extension point APIs.
91
+ It is not necessary to
92
+ use [CSE page extensions](/server/framework/clientside-extensions/reference/api/extension-factories/page/) to create an
93
+ extension point. This guide uses them to provide a clean environment for working with extension point APIs.
72
94
  {{% /note %}}
73
95
 
74
96
  All the exercises are going to be developed inside this directory:
@@ -77,14 +99,16 @@ All the exercises are going to be developed inside this directory:
77
99
 
78
100
  There you will find:
79
101
 
80
- - `./extension-points-page.jsx`: the blank page where you are going to create your extension point and render the extensions
102
+ - `./extension-points-page.jsx`: the blank page where you are going to create your extension point and render the
103
+ extensions
81
104
  - `./extensions/`: a set of extensions that you're going fetch and render throughout the guides.
82
105
 
83
- Once you install and start Bitbucket Server from the template, you can head to the tutorial page
84
- and should see the title `extension.points.tutorial`
106
+ Once you install and start Bitbucket Server from the template, you can head to the tutorial page and should see the
107
+ title `extension.points.tutorial`
85
108
 
86
109
  - http://localhost:7990/bitbucket/plugins/servlet/extension-points
87
110
 
88
111
  ## You're ready!
89
112
 
90
- You're now ready to [create your first extension point](/server/framework/clientside-extensions/guides/extension-points/creating-an-extension-point/)!
113
+ You're now ready
114
+ to [create your first extension point](/server/framework/clientside-extensions/guides/extension-points/creating-an-extension-point/)!
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: extension-points
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Providing context
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: extension-points
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Rendering extensions
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: how-to
7
- date: '2021-06-24'
7
+ date: '2021-07-21'
8
8
  ---
9
9
 
10
10
  # Debugging and troubleshooting an extension
@@ -32,13 +32,14 @@ Before you start troubleshooting the extension code, first, you should first ens
32
32
 
33
33
  ### Check if your plugin was loaded
34
34
 
35
- 1. First, you need to start the application, open the web browser, and navigate to the administration panel.
36
- 2. Next, find and navigate to the **Manage Apps** page.
37
- 3. On the list of all installed plugins, locate your plugin using **App key** (**plugin key**), and check whether all the plugin's modules are enabled:
35
+ 1. First, you need to start the application, open the web browser, and navigate to the administration panel of your application.
36
+ 1. If you are using a local instance of Bitbucket or [Bitbucket CSE Template](https://bitbucket.org/atlassianlabs/bitbucket-client-side-extensions-template) project to develop the plugin, then use `admin` as the user and `admin` as the password to log in into the administration panel.
37
+ 1. Next, find and navigate to the **Manage Apps** page.
38
+ 1. On the list of all installed plugins, locate your plugin using **App key** (**plugin key**), and check whether all the plugin's modules are enabled:
38
39
 
39
40
  ![Manage Apps](/server/framework/clientside-extensions/guides/how-to/debugging-and-troubleshooting-an-extension/plugin-troubleshooting.png)
40
41
 
41
- 4. If your plugin is on the list and all the modules are enabled, you can proceed to the next step.
42
+ 1. If your plugin is on the list and all the modules are enabled, you can proceed to the next step.
42
43
 
43
44
  {{% tip %}}
44
45
 
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: how-to
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Setting up the CSE page bootstrapper
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: how-to
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Setting up the CSE schema-loader
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: how-to
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Setting up the CSE webpack plugin
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: introduction
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Creating a modal
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: introduction
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Creating a page
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: introduction
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Creating an Extension
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: introduction
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Custom HTML content
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: introduction
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Discovering extension points
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: introduction
7
- date: '2021-06-24'
7
+ date: '2021-07-21'
8
8
  ---
9
9
 
10
10
  # Getting started
@@ -49,9 +49,24 @@ To start Bitbucket from your project, run:
49
49
  atlas-run -DskipTests
50
50
  ```
51
51
 
52
+ Once the Bitbucket starts, you should see this message in the terminal:
53
+
54
+ ```
55
+ bitbucket started successfully in XYZs at http://localhost:7990/bitbucket
56
+ ```
57
+
58
+ Now, you can open the browser and navigate to http://localhost:7990/bitbucket
59
+
60
+ ### Default credentials
61
+
62
+ The local instance of Bitbucket requires you to log in using those credentials:
63
+
64
+ - username: `admin`
65
+ - password: `admin`
66
+
52
67
  ## Developing
53
68
 
54
- The template comes with watchmode and hot reload configured for your front-end code. You can run the CSE watch server executing:
69
+ The template comes with watchmode and hot reload configured for your front-end code. You can run the CSE watch server by executing:
55
70
 
56
71
  ```
57
72
  npm start
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: introduction
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Using the extensions API
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: devguide
6
6
  subcategory: index
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # About Client-side Extensions
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # AsyncPanel API
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Extension API
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Modal API
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Panel API
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Render element as React
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # AsyncPanel
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Button
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Extension Factories
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Link
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Modal
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Page
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Panel
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Extension Handlers
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Hooks and Components
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Extension Points
@@ -82,7 +82,7 @@ import { useExtensions } from './schema.cse.graphql';
82
82
  ```
83
83
 
84
84
  {{% tip %}}
85
- Follow the [How to setup CSE schema-loader](/server/framework/clientside-extensions/reference/guides/how-to/setup-schema-loader)
85
+ Follow the [How to setup CSE schema-loader](/server/framework/clientside-extensions/guides/how-to/setup-schema-loader)
86
86
  to learn how to install and configure the loader.
87
87
  {{% /tip %}}
88
88
 
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Schemas
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: api
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Extension Points v1 (deprecated)
@@ -18,7 +18,7 @@ guide for the latest API.
18
18
 
19
19
  This is a guide for product developers or extension point owners.
20
20
 
21
- First, make sure to install and provide Client-side Extensions in your Product as described in the [Installation Guide](https://bitbucket.org/atlassian/atlassian-clientside-extensions/src/master/INSTALLATION.md).
21
+ First, make sure to install and provide Client-side Extensions in your Product as described in the [Installation Guide for v1](https://bitbucket.org/atlassian/atlassian-clientside-extensions/src/v1.2.9/INSTALLATION.md).
22
22
 
23
23
  Next, add `@atlassian/clientside-extensions-components` to your project.
24
24
  These are a set of React components and hooks that will help you use the APIs when your code is written in React. As of this point no other framework is supported.
@@ -310,8 +310,8 @@ dropdown (place it in the dropdown trigger), or part of a Grid (place it in the
310
310
 
311
311
  ## Default extension types and handlers
312
312
 
313
- Handlers continue to work the same on the recent version of CSE. Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-handlers/) guide to learn how to use them.
313
+ Handlers continue to work the same on the recent version of CSE. Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-points/extension-handlers/) guide to learn how to use them.
314
314
 
315
315
  {{% warning %}}
316
- Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-handlers/) guide.
316
+ Refer to the [extension handlers](/server/framework/clientside-extensions/reference/api/extension-points/extension-handlers/) guide.
317
317
  {{% /warning %}}
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: glossary
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Glossary
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: webpack
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Annotations
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: webpack
7
- date: '2021-06-24'
7
+ date: '2021-10-07'
8
8
  ---
9
9
 
10
10
  # Webpack plugin
@@ -247,6 +247,10 @@
247
247
  {
248
248
  "from": "/reference/api/render-element-as-react/",
249
249
  "to": "/reference/api/extension-api/render-element-as-react/"
250
+ },
251
+ {
252
+ "from": "/reference/api/extension-handlers/",
253
+ "to": "/reference/api/extension-points/extension-handlers/"
250
254
  }
251
255
  ]
252
256
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/clientside-extensions-docs",
3
- "version": "2.3.1-beta-2",
3
+ "version": "2.3.1",
4
4
  "description": "Holds the official documentation for Altassian Server client-side extensions API.",
5
5
  "license": "BSD-3-Clause",
6
6
  "homepage": "https://bitbucket.org/atlassian/atlassian-clientside-extensions#readme",
@@ -63,9 +63,9 @@
63
63
  }
64
64
  ],
65
65
  "scripts": {
66
- "start": "npm run preview",
66
+ "start": "atlas dac watch",
67
67
  "usage": "doc-scripts usage",
68
- "preview": "doc-scripts preview",
68
+ "preview": "atlas dac watch",
69
69
  "lint": "yarn spellcheck && yarn prettier",
70
70
  "prettier": "prettier --check '**/*.{json,md}'",
71
71
  "spellcheck": "doc-scripts spellcheck",
@@ -77,7 +77,7 @@
77
77
  "doc-scripts": "doc-scripts"
78
78
  },
79
79
  "optionalDependencies": {
80
- "@atlassian/doc-scripts": "^3.0.6"
80
+ "@atlassian/doc-scripts": "^5.0.1"
81
81
  },
82
- "gitHead": "d019c7af67bdee8c1bb3c6c53eab1e5f96d5471e"
82
+ "gitHead": "7b887b7b65cfd5bb8344a0894f6249cd97672692"
83
83
  }