Skip to content

Commit 6d8363d

Browse files
authored
Merge pull request linode#41 from linode/DLC-168
DLC-168 add default instruction for content in CMS
2 parents b02cbfa + 992903f commit 6d8363d

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

static/admin/config.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,54 @@ collections:
4444
- label: "Content"
4545
name: "body"
4646
widget: "markdown"
47+
default: "<!-- API changelog requirements - delete this before merging -->
48+
49+
- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
50+
51+
- Replace all instances of 2019-01-01 with the production release date for the API.
52+
53+
- All items in the changelog should mention which endpoints are affected.
54+
55+
- For changes and bugfixes, describe the previous behavior AND the new behavior.
56+
57+
58+
<!-- Where to put things - delete this before merging -->
59+
60+
Some heuristics for which heading to put API reference updates under:
61+
62+
63+
*Added*
64+
65+
- New endpoints.
66+
67+
- New fields in the request or a response of an existing endpoint.
68+
69+
70+
*Changed*
71+
72+
- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
73+
74+
75+
*Fixes*
76+
77+
- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
78+
79+
80+
<!-- Sample syntax - delete this before merging -->
81+
82+
83+
- References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4#operation/endpointActionName)) endpoint`
84+
*Example*: `the Clone Linode ([POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/docs/v4#operation/cloneLinodeInstance)) endpoint`
85+
86+
87+
<!-- Fill these sections out: -->
88+
89+
90+
### Added
91+
92+
93+
### Changed
94+
95+
96+
### Fixed"
4797
required: true

0 commit comments

Comments
 (0)