Skip to content

Commit

Permalink
Minor changes (#13)
Browse files Browse the repository at this point in the history
* Update quick-start.md

* Update README.md

* Update docusaurus.config.js

* adding custom sidebar

* onBrokenLinks throw

* changing baseUrl

---------

Co-authored-by: sr-remsha <46220620+sr-remsha@users.noreply.github.com>
Co-authored-by: dspashynskyi <dmytro_pashynskyi@epam.com>
  • Loading branch information
3 people authored Nov 21, 2023
1 parent 2f7df69 commit dfa7b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const config = {
url: 'https://docs.epam-rail.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/ai-dial/',
baseUrl: '/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'epam', // Usually your GitHub org/user name.
projectName: 'ai-dial', // Usually your repo name.
deploymentBranch: 'gh-pages',

onBrokenLinks: 'warn',//'throw', for exeptions
onBrokenLinks: 'throw',//'throw', for exeptions
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internationalization, you can use this field to set
Expand Down

0 comments on commit dfa7b69

Please sign in to comment.