Skip to content

Commit ff46edb

Browse files
authored
chore: sync (epam#246)
* Update docusaurus.config.js * Update release.yml * Update 0.vision.md
1 parent 39b3923 commit ff46edb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
run: pip install "quarto-cli>=1.4,<2.0"
8686
- name: Build website
8787
run: npm run build
88+
env:
89+
BASE_URL: ${{ vars.BASE_URL }}
8890
- name: Deploy to GitHub Pages
8991
uses: peaceiris/actions-gh-pages@v3
9092
with:

docs/platform/0.architecture-and-concepts/0.vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Our Vision
22

3-
AI DIAL is a secure, enterprise-grade and open-source platform. It has an API-first, cloud and model-agnostic design that makes it suitable for a wide variety of use cases.
3+
DIAL is a secure, enterprise-grade and open-source platform. It has an API-first, cloud and model-agnostic design that makes it suitable for a wide variety of use cases.
44
Our primary focus is to avoid reliance on particular cloud or LLM vendors, support scalability and security, avoid increasing tech complexity or licensing risks.
55
We prioritize developing use case-agnostic generic features that facilitate developing of GenAI applications.
66

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828
url: 'https://docs.dialx.ai',
2929
// Set the /<baseUrl>/ pathname under which your site is served
3030
// For GitHub pages deployment, it is often '/<projectName>/'
31-
baseUrl: '/',
31+
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/',
3232
trailingSlash: false,
3333

3434
// GitHub pages deployment config.

0 commit comments

Comments
 (0)