@@ -8,17 +8,18 @@ const config: Config = {
88 favicon : 'img/logo.svg' ,
99
1010 // Set the production url of your site here
11- url : 'https://couchbase-examples.github.io/ ' ,
11+ url : 'https://ruby-cb-orm.com ' ,
1212 // Set the /<baseUrl>/ pathname under which your site is served
1313 // For GitHub pages deployment, it is often '/<projectName>/'
14- baseUrl : '/ruby-couchbase-orm-quickstart/ ' ,
14+ baseUrl : '/' ,
1515
1616 // GitHub pages deployment config.
1717 // If you aren't using GitHub pages, you don't need these.
1818 organizationName : 'couchbase-examples' , // Usually your GitHub org/user name.
1919 projectName : 'ruby-couchbase-orm-quickstart' , // Usually your repo name.
20+ trailingSlash : false ,
2021
21- onBrokenLinks : 'ignore ' , // TODO: 'throw' when all links are fixed
22+ onBrokenLinks : 'warn ' , // TODO: 'throw' when all links are fixed
2223 onBrokenMarkdownLinks : 'warn' ,
2324
2425 // Even if you don't use internationalization, you can use this field to set
@@ -34,13 +35,13 @@ const config: Config = {
3435 'classic' ,
3536 {
3637 docs : {
37- sidebarPath : './sidebars.ts' ,
38+ sidebarPath : require . resolve ( './sidebars.ts' ) ,
3839 // Please change this to your repo.
3940 // Remove this to remove the "edit this page" links.
4041 editUrl : `https://github.com/couchbase-examples/ruby-couchbase-orm-quickstart/tree/docs/docusaurus/docusaurus/docs` ,
4142 } ,
4243 theme : {
43- customCss : './src/css/custom.css' ,
44+ customCss : require . resolve ( './src/css/custom.css' ) ,
4445 } ,
4546 } satisfies Preset . Options ,
4647 ] ,
0 commit comments