Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/test-site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ frontdoorDocsPluginConfig(`${frontdoor}/docusaurus`, REMARK_MAPPINGS, 'docs/fron
logo: {
alt: 'NetFoundry Logo',
src: 'https://netfoundry.io/docs/img/netfoundry-name-and-logo.svg',
srcDark: 'https://netfoundry.io/docs/img/netfoundry-name-and-logo-dark.svg',
},
items: [
// Product icon between the NetFoundry logo and "Products", mirroring how the real
Expand Down
7 changes: 7 additions & 0 deletions packages/test-site/src/custom/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,11 @@
max-width: var(--ziti-landing-max-width);
}

/* The shared theme sizes .navbar__logo at 50px, equal to the 50px navbar height,
so the logo clips at the top. Drop it slightly here (matching the live site) so
it sits centered with breathing room. */
.navbar__logo {
height: 40px;
}


2 changes: 1 addition & 1 deletion unified-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@docusaurus/theme-mermaid": "^3.10.1",
"@hotjar/browser": "^1.0.9",
"@mdx-js/react": "^3.0.0",
"@netfoundry/docusaurus-theme": "^0.15.2",
"@netfoundry/docusaurus-theme": "^0.16.0",
"@scalar/docusaurus": "^0.8.13",
"algoliasearch": "^5.36.0",
"asciinema-player": "^3.10.1",
Expand Down
8 changes: 4 additions & 4 deletions unified-doc/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2622,10 +2622,10 @@
"@emnapi/runtime" "^1.5.0"
"@tybys/wasm-util" "^0.10.1"

"@netfoundry/docusaurus-theme@^0.15.2":
version "0.15.2"
resolved "https://registry.yarnpkg.com/@netfoundry/docusaurus-theme/-/docusaurus-theme-0.15.2.tgz#f350ff57897d9dec528e6198ca89815b551879c7"
integrity sha512-J9cKCvU57lhTx74Zu3IKZEleTRL2+op61JylCghyAi20wuSfJl3liqmHTzeFNj1MAKT0uVYL+OaAJoi6RYL1/Q==
"@netfoundry/docusaurus-theme@^0.16.0":
version "0.16.0"
resolved "https://registry.yarnpkg.com/@netfoundry/docusaurus-theme/-/docusaurus-theme-0.16.0.tgz#d27e9f4567f75bc4d3f05783fa80973d7602fb61"
integrity sha512-NC8KCegv5Fqd9hW/U9y2LwRLwhwX1GhGNSRooiUyz/5jRIhGnnhrGYymxJ49d0GI/h04beOSyB+jKbcIPg8ElA==
dependencies:
"@docsearch/react" "^3"
algoliasearch "^5"
Expand Down
Loading