We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e7663 commit 8dc4518Copy full SHA for 8dc4518
docs/.vitepress/config.ts
@@ -6,6 +6,17 @@ export default defineConfig({
6
lang: 'en-GB',
7
base: '/uinh-kyaengh-js/',
8
9
+ head: [
10
+ [
11
+ 'script',
12
+ {
13
+ 'async': '',
14
+ 'src': 'https://static.cloudflareinsights.com/beacon.min.js',
15
+ 'data-cf-beacon': '{"token": "16ad6c356b37426cb31816318ed5a42d"}',
16
+ }, // Cloudflare Web Analytics
17
+ ],
18
19
+
20
themeConfig: {
21
nav: [
22
{ text: 'Home', link: '/' },
docs/index.md
@@ -8,9 +8,6 @@ hero:
- theme: brand
text: Get Started
link: /api/
- - theme: alt
- text: View on GitHub
- link: https://github.com/nk2028/uinh-kyaengh-js
features:
- title: Formalised Rime Table Model
0 commit comments