Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _layouts/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<body>


{% include navigation-header.html highlight=true %}
{% include shared-chrome/header.html %}

<div class="bootstrap">
<div class="container pt-6 pb-9">
{{ content }}
</div>
</div>

{% include footer.html %}
{% include shared-chrome/footer.html %}
</body>
</html>
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ frontend:
- bundle _2.5.22_ install
build:
commands:
- bundle _2.5.22_ exec jekyll build
- JEKYLL_ENV=production NODE_ENV=production bundle _2.5.22_ exec jekyll build
artifacts:
baseDirectory: _site
files:
Expand Down
3 changes: 2 additions & 1 deletion script/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
cmd))


(def artifacts-to-include ["_site/docs/all.html"
(def artifacts-to-include ["_data/shared_chrome.json"
"_site/docs/all.html"
"_site/docs/llms.txt"
"_site/docs/llms-embedding-full.txt"
"_site/docs/llms-agent-api-full.txt"])
Expand Down