Skip to content

Commit

Permalink
Merge pull request #3692 from chef/im/reorg_shortcodes
Browse files Browse the repository at this point in the history
CHEF-4514 Reorganize reusable text files in docs
  • Loading branch information
jashaik authored Aug 25, 2023
2 parents b91aa30 + 9e3a24f commit 65fbc93
Show file tree
Hide file tree
Showing 129 changed files with 979 additions and 1,143 deletions.
6 changes: 5 additions & 1 deletion docs-chef-io/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ preview_netlify: chef_web_docs
cp -R content chef-web-docs/_vendor/github.com/chef/chef-server/docs-chef-io
cp -R static chef-web-docs/_vendor/github.com/chef/chef-server/docs-chef-io
cp -R config.toml chef-web-docs/_vendor/github.com/chef/chef-server/docs-chef-io/config.toml
cp -R layouts chef-web-docs/_vendor/github.com/chef/chef-server/docs-chef-io

if [ -d "layouts" ]; then \
cp -R layouts chef-web-docs/_vendor/github.com/chef/chef-server/docs-chef-io; \
fi

pushd chef-web-docs && make bundle; hugo --buildFuture --gc --minify && popd

serve: chef_web_docs
Expand Down
345 changes: 177 additions & 168 deletions docs-chef-io/content/server/_index.md

Large diffs are not rendered by default.

Loading

0 comments on commit 65fbc93

Please sign in to comment.