Commit 5631df6 1 parent c2e8baa commit 5631df6 Copy full SHA for 5631df6
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ subresource instead.
157
157
158
158
{% tab oas %}
159
159
160
- {% sample 'add_remove.oas.yaml' , '$./publishers/{publisherId}/books/{bookId}:addAuthor.requestBody' %}
160
+ {% sample 'add_remove.oas.yaml' , '$.paths. /publishers/{publisherId}/books/{bookId}:addAuthor.requestBody' %}
161
161
162
162
- A field for the value being added or removed **must** be included. It
163
163
**should** be the singular name of the field.
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ cd "${SG_DIRECTORY}" || exit
15
15
mkdir -p src/content/docs/tooling/linter/rules
16
16
mkdir -p src/content/docs/tooling/website
17
17
npm install
18
- npm run generate
18
+ npm run generate
19
+ npm run build
You can’t perform that action at this time.
0 commit comments