Skip to content

Commit

Permalink
Removes 'Schema enforcement' section (#47907)
Browse files Browse the repository at this point in the history
  • Loading branch information
subatoi authored Dec 15, 2023
1 parent f482722 commit b8b119e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ versions:
feature: 'some-new-feature'
```

### Schema enforcement

The schema for validating the feature versioning lives in [`src/content-linter/lib/feature-versions-schema.js`](https://github.com/github/docs/blob/main/src/content-linter/lib/feature-versions-schema.js) and is exercised by [`tests/linting/lint-versioning.js`](https://github.com/github/docs/blob/main/src/content-linter/tests/lint-versioning.js).

## Best practices

Versioned content impacts the reader, but also impacts anyone who contributes to or reviews the content. Here are a few tips to improve the writing, reading, and reviewing experience for versioning syntax. None of these practices are mandatory and you will find edge and corner cases, but they're intended as useful heuristics to help you think through versioning.
Expand Down

0 comments on commit b8b119e

Please sign in to comment.