Skip to content

Commit

Permalink
CHEF-4514 Reorganize reusable text files
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
  • Loading branch information
IanMadd committed Aug 11, 2023
1 parent b91aa30 commit 9e3a24f
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 9e3a24f

Please sign in to comment.