Skip to content

Commit

Permalink
Merge pull request #15 from jy95/docs
Browse files Browse the repository at this point in the history
docs: update docs
  • Loading branch information
jy95 authored Apr 2, 2024
2 parents 6489cde + 88357d7 commit d5d9b82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release
9 changes: 8 additions & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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",
},
Expand Down

0 comments on commit d5d9b82

Please sign in to comment.