Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
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
137 changes: 0 additions & 137 deletions blog/2026-01-30-confidential-computing-meets-ai.md

This file was deleted.

5 changes: 0 additions & 5 deletions blog/authors.yml

This file was deleted.

2 changes: 2 additions & 0 deletions docs/api/embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ In simple terms:

### Endpoint

```text
POST /proxy/{domain_id}/v1/embeddings
```

---

Expand Down
11 changes: 5 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ const config: Config = {
remarkPlugins: [math],
rehypePlugins: [katex],
},
blog: {
routeBasePath: '/blog',
blogSidebarCount: 'ALL',
blogSidebarTitle: 'All posts',
},
theme: {
customCss: './src/css/custom.css',
},
Expand Down Expand Up @@ -90,7 +85,11 @@ const config: Config = {
position: 'left',
label: 'Docs',
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
href: 'https://www.ultraviolet.rs/blog/?category=cube+ai',
label: 'Blog',
position: 'left',
},
{
href: 'https://github.com/ultravioletrs/cube',
label: 'GitHub',
Expand Down
Binary file removed static/img/confidential-computing-cover.png
Binary file not shown.
Binary file removed static/img/protected-inference-flow.png
Binary file not shown.