Prerendering docs-pages

This commit is contained in:
Mawoka
2022-08-11 15:54:47 +02:00
parent 4a7bc2a589
commit 0c9108ea71
9 changed files with 36 additions and 6 deletions
@@ -3,6 +3,9 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<svelte:head>
<title>ClassQuiz/docs - Attribution</title>
+4
View File
@@ -3,6 +3,10 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<script lang="ts">
import { onMount } from 'svelte';
import '$lib/hljs.css';
@@ -3,6 +3,9 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<svelte:head>
<title>ClassQuiz/docs - Import from Kahoot</title>
+3
View File
@@ -3,6 +3,9 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<svelte:head>
<title>ClassQuiz/docs - Index</title>
+3
View File
@@ -3,6 +3,9 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<svelte:head>
<title>ClassQuiz/docs - PoW</title>
@@ -3,6 +3,10 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<script lang="ts">
import { onMount } from 'svelte';
import '$lib/hljs.css';
+3
View File
@@ -3,6 +3,9 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<svelte:head>
<title>ClassQuiz/docs - Roadmap</title>
@@ -3,6 +3,10 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script context="module">
export const prerender = true;
</script>
<script lang="ts">
import { onMount } from 'svelte';
import '$lib/hljs.css';
+9 -6
View File
@@ -1,9 +1,3 @@
<!--
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<!--<script lang='ts'>
import { onMount } from 'svelte';
import '$lib/hljs.css';
@@ -13,6 +7,15 @@
hljs.highlightAll();
});
</script>-->
<script context="module">
export const prerender = true;
</script>
<!--
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<svelte:head>
<title>ClassQuiz/docs - Terms of Service</title>