Skip to content

Commit

Permalink
Remove landing page from docs (k3s-io#21)
Browse files Browse the repository at this point in the history
* Remove landing page from docs

Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola authored Sep 7, 2022
1 parent be3f359 commit d4ac840
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 393 deletions.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
title: 'K3s',
tagline: '',
url: 'https://k3s-io.github.io',
baseUrl: '/docs/',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down Expand Up @@ -57,6 +57,7 @@ module.exports = {
{
docs: {
/* other docs plugin options */
routeBasePath: '/', // Serve the docs at the site's root
sidebarPath: require.resolve('./sidebars.js'),
showLastUpdateTime: true,
editUrl: 'https://github.com/k3s-io/docs/edit/main/',
Expand Down
136 changes: 0 additions & 136 deletions src/pages/index.js

This file was deleted.

Loading

0 comments on commit d4ac840

Please sign in to comment.