Skip to content

Commit

Permalink
Merge pull request kairos-io#1 from codrin-iftimie/master
Browse files Browse the repository at this point in the history
Move things around
  • Loading branch information
IonitaCatalina authored Sep 28, 2022
2 parents 78ee80f + 3f15d7b commit 3002b02
Show file tree
Hide file tree
Showing 48 changed files with 10,147 additions and 178 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
/build
docs/node_modules
docs/dist
docs/.vscode
docs/public
docs/.vscode
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))/
.PHONY: build
build:
scripts/build.sh
mv dist public
ifneq (,$(wildcard ./CNAME))
cp -rf CNAME public/
endif
Expand Down
3 changes: 1 addition & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import mdx from "@astrojs/mdx";

// https://astro.build/config
export default defineConfig({
integrations: [mdx()],
integrations: [react()],
integrations: [mdx(), react()],
build: {
format: "file",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ index: 1;
---

<script is:inline>
window.location.pathname = `/content/quickstart/quickstart`;
window.location.pathname = `/quickstart/quickstart`;
</script>
Loading

0 comments on commit 3002b02

Please sign in to comment.