Skip to content

Commit 0dccfc5

Browse files
authored
Enable table of content in post (#10)
1 parent 371bb4d commit 0dccfc5

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

content/posts/2024-11-12-v0.1.0-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ShowWordCount: false
1111
ShowBreadCrumbs: true
1212
ShowPostNavLinks: true
1313
ShowRssButtonInSectionTermList: false
14+
UseHugoToc: true
15+
ShowToc: true
16+
tocopen: true
1417
---
1518

1619
In recent years, large language models (LLMs) have revolutionized AI applications, powering solutions in areas like chatbots, automated content generation, and advanced recommendation engines. Services like OpenAI’s have gained significant traction; however, many enterprises seek alternatives due to data security concerns, customizability needs, or the financial impact of proprietary solutions. Yet, transforming LLMs into cost-effective, scalable APIs poses substantial technical challenges.

content/posts/2025-02-05-v0.2.0-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ShowWordCount: false
1111
ShowBreadCrumbs: true
1212
ShowPostNavLinks: true
1313
ShowRssButtonInSectionTermList: false
14+
UseHugoToc: true
15+
ShowToc: true
16+
tocopen: true
1417
---
1518

1619
We're excited to announce the **v0.2.0** release of AIBrix! Building on feedback from [v0.1.0](http://localhost:1313/posts/2024-11-12-v0.1.0-release/) production adoption and user interest, this release introduces several new features to enhance performance and usability.

content/posts/2025-02-20-vllm-control-plane.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ShowWordCount: false
1111
ShowBreadCrumbs: true
1212
ShowPostNavLinks: true
1313
ShowRssButtonInSectionTermList: false
14+
UseHugoToc: true
15+
ShowToc: true
16+
tocopen: true
1417
---
1518

1619
Open-source large language models (LLMs) like LLaMA, Deepseek, Qwen and Mistral etc have surged in popularity, offering enterprises greater flexibility, cost savings, and control over their AI deployments. These models have empowered organizations to build their own AI-driven applications, from chatbots and agents to content generation and recommendation systems.

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ params:
9494
hiddenInSingle: true # hide on single page
9595

9696
editPost:
97-
URL: "https://github.com/aibrix/aibrix.github.io"
97+
URL: "https://github.com/vllm-project/aibrix.github.io"
9898
Text: "Suggest Changes" # edit text
9999
appendFilePath: true # to append file path to Edit link
100100

0 commit comments

Comments
 (0)