Skip to content

Commit

Permalink
Add hab package release notes (#4331)
Browse files Browse the repository at this point in the history
* Add hab package release notes

Signed-off-by: Ian Maddaus <[email protected]>

* Add hab docs dictionary to cspell

Signed-off-by: Ian Maddaus <[email protected]>

* Update vale config and lints

Signed-off-by: Ian Maddaus <[email protected]>

---------

Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd authored Nov 19, 2024
1 parent 50a7320 commit 21ffc07
Show file tree
Hide file tree
Showing 8 changed files with 785 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/release_notes_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
title = "Chef Infra Client"
identifier = "release_notes/release_notes_client.md Chef Infra Client"
parent = "release_notes"
weight = 50
weight = 60
+++
775 changes: 775 additions & 0 deletions content/release_notes_habitat_packages.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/release_notes_inspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
title = "Chef InSpec"
identifier = "release_notes/release_notes_inspec.md Chef InSpec"
parent = "release_notes"
weight = 70
weight = 80
+++
2 changes: 1 addition & 1 deletion content/release_notes_local_license_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ product = []
title = "Chef Local License Service"
identifier = "release_notes/Chef Local License Service"
parent = "release_notes"
weight = 80
weight = 90
+++

Chef Local License Service provides license keys to commercially licensed Chef software in an online or air-gapped environment.
Expand Down
2 changes: 1 addition & 1 deletion content/release_notes_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ toc_layout = "release_notes_toc"
title = "Chef Manage"
identifier = "release_notes/release_notes_manage.md Chef Manage"
parent = "release_notes"
weight = 90
weight = 95
+++

Chef Manage provides a web-based user interface that manages Chef Infra nodes and other policy objects, such as data bags and roles, on the instance of Chef Infra Server that it's installed on.
Expand Down
2 changes: 1 addition & 1 deletion content/release_notes_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
title = "Chef Infra Server"
identifier = "release_notes/release_notes_server.md Chef Infra Server"
parent = "release_notes"
weight = 60
weight = 70
+++
4 changes: 4 additions & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ language: en_US
dictionaries:
- chef
- docs
- hab-docs

dictionaryDefinitions:
- name: chef
Expand All @@ -16,6 +17,9 @@ dictionaryDefinitions:
- name: docs
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt
description: Custom Docs Dictionary
- name: hab-docs
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/hab-docs.txt
description: Custom Habitat Docs Dictionary

# flagWords - list of words to be always considered incorrect
# This is useful for offensive words and common spelling errors.
Expand Down
3 changes: 1 addition & 2 deletions tools/vale/chef/brands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ignorecase: false
swap:
'Microsoft Windows': Windows
' windows ': Windows
'linux': Linux
'(?<!\-)linux(?!\-)': Linux
exceptions:
- knife-windows

0 comments on commit 21ffc07

Please sign in to comment.