From 88357d75b5c669ba5ffda8176a0cf8a303d9c5e7 Mon Sep 17 00:00:00 2001 From: jy95 Date: Tue, 2 Apr 2024 08:48:17 +0200 Subject: [PATCH] docs: update docs --- .github/workflows/release.yml | 2 +- documentation/docusaurus.config.ts | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bb483a8..c43be35e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,4 +41,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release \ No newline at end of file + run: npx semantic-release diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 26e0668c..54018da6 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -74,6 +74,13 @@ const config: Config = { ], themeConfig: { + algolia: { + // The application ID provided by Algolia + appId: "A0H5ESUA6U", + // Public API key: it is safe to commit it + apiKey: "ed5931b0de2e3754e2da8e0f843443bd", + indexName: "jy95io", + }, navbar: { title: "FHIR Dosage utils", logo: { @@ -90,7 +97,7 @@ const config: Config = { { to: "api", label: "API", position: "left" }, { to: "/blog", label: "Blog", position: "right" }, { - href: "https://github.com/facebook/docusaurus", + href: "https://github.com/jy95/fhir-dosage-utils", label: "GitHub", position: "right", },