Ian Maddaus
Ian Maddaus
Hi @poorndm, you forgot your DCO signoff. https://github.com/chef/chef/blob/main/CONTRIBUTING.md#developer-certification-of-origin-dco
Note that this should be Chef Infra, we don't need versions of docs for anything else.
Currently we don't have any compliance profiles listed in the docs. It looks like the source is here: https://github.com/chef/compliance-profiles/tree/main/src And we could probably find a way to extract each profile...
Food for thought: https://developers.google.com/style/placeholders
Hi @ssameer1108, we need your DCO signoff for this PR: https://github.com/chef/chef/blob/main/CONTRIBUTING.md#developer-certification-of-origin-dco
From what I've found, the only source of release dates would be in the GitHub repos. We could generate a JSON file for each repo by looping through the API...
The generated MD files go out to multiple locations only one of which is Hugo, so this notation won't work on Discourse or any other platform. Also, my understanding is...
I think what's going on is we've got a [rake task](https://github.com/chef/chef/blob/main/tasks/docs.rb) that generates the yaml files that these pages are based on, but it's not 100% accurate and requires some...
This is failing because the default sass transpiler in Hugo is LibSass, but LibSass is [deprecated](https://sass-lang.com/libsass/) and doesn't have [newer features that are included in this version of Foundation](https://github.com/foundation/foundation-sites/issues/12581). We...
This is updated in https://github.com/chef/chef-docs-theme