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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
path: dist

- name: Create Release
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
uses: softprops/action-gh-release@e598afbe1493e6b1bafb1f389cabb956eab91231 # v3.0.3
with:
tag_name: v${{ needs.build.outputs.version }}
name: armasec-lite ${{ needs.build.outputs.version }}
Expand Down
20 changes: 3 additions & 17 deletions docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {Config} from '@docusaurus/types';
import {themes as prismThemes} from 'prism-react-renderer';
import {staticDir, getProjectVersion} from '@vantagecompute/docusaurus-theme';
import {staticDir, getProjectVersion, navbarLogo, footerLogo} from '@vantagecompute/docusaurus-theme';
import * as path from 'path';

// From the theme rather than hand-rolled here, so every Vantage site advertises its
Expand Down Expand Up @@ -124,17 +124,7 @@ const config: Config = {
// carries it. A navbar title that grows a git-describe suffix between releases
// reflows the header on every commit.
title: 'armasec-lite',
// Served from static/img rather than the S3 branding bucket: the SVG is a few KB,
// renders crisply at any zoom, and does not make the header wait on a third-party
// request. No `srcDark`: the theme pins the navbar background to #18123B in both
// colour modes, so the wordmark's white glyphs read the same either way, and a
// second asset would only be a second thing to keep in sync.
logo: {
alt: 'Vantage Compute',
src: 'img/vantage-logo-color.svg',
href: 'https://docs.vantagecompute.ai',
target: '_self',
},
logo: navbarLogo,
items: [
{type: 'docSidebar', sidebarId: 'docsSidebar', position: 'left', label: 'Docs'},
{to: '/api-reference/', label: 'API Reference', position: 'left'},
Expand All @@ -148,11 +138,7 @@ const config: Config = {
},
footer: {
style: 'dark',
logo: {
alt: 'Vantage Compute Logo',
src: 'https://vantage-compute-public-assets.s3.us-east-1.amazonaws.com/branding/vantage-logo-text-white-horz.png',
href: 'https://vantagecompute.ai',
},
logo: footerLogo,
links: [
{
title: 'Documentation',
Expand Down
18 changes: 9 additions & 9 deletions docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"gen-benchmarks": "python3 ./scripts/generate_benchmarks.py"
},
"dependencies": {
"@docusaurus/core": "^3.10.1",
"@docusaurus/preset-classic": "^3.10.1",
"@docusaurus/theme-mermaid": "^3.10.1",
"@docusaurus/core": "^3.10.2",
"@docusaurus/preset-classic": "^3.10.2",
"@docusaurus/theme-mermaid": "^3.10.2",
"@mdx-js/react": "^3.1.1",
"@vantagecompute/docusaurus-plugin-pydoc": "^0.1.1",
"@vantagecompute/docusaurus-theme": "0.4.6",
"@vantagecompute/docusaurus-theme": "^0.4.7",
"clsx": "^2.1.1",
"plotly.js": "npm:plotly.js-cartesian-dist-min@^4.0.0",
"plotly.js-cartesian-dist-min": "^4.0.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-plotly.js": "^4.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.10.1",
"@docusaurus/tsconfig": "^3.10.1",
"@docusaurus/types": "^3.10.1",
"@docusaurus/module-type-aliases": "^3.10.2",
"@docusaurus/tsconfig": "^3.10.2",
"@docusaurus/types": "^3.10.2",
"docusaurus-plugin-llms": "^0.6.0",
"typescript": "^7.0.2"
},
Expand Down
30 changes: 0 additions & 30 deletions docusaurus/static/img/vantage-logo-color.svg

This file was deleted.

Loading