Skip to content

Commit

Permalink
merge pull request #10 from zackbradys/main
Browse files Browse the repository at this point in the history
updated docusaurus and cleaned up
  • Loading branch information
zackbradys authored Feb 9, 2024
2 parents ab9523e + 45f741f commit a41a729
Show file tree
Hide file tree
Showing 6 changed files with 1,265 additions and 10,286 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ serve:

# clear build outputs
clear:
npm run clear
npm run clear && rm -rf node_modules
23 changes: 0 additions & 23 deletions blog/authors.yml

This file was deleted.

10 changes: 0 additions & 10 deletions blog/index.md

This file was deleted.

10 changes: 0 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ const config = {
editUrl: 'https://github.com/rancherfederal/hauler-docs/edit/main/',

},
blog: {
showReadingTime: true,
editUrl: 'https://github.com/rancherfederal/hauler-docs/edit/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand All @@ -53,7 +49,6 @@ const config = {
{
indexDocs: true,
indexDocSidebarParentCategories: 0,
indexBlog: true,
indexPages: true,

language: "en",
Expand Down Expand Up @@ -82,11 +77,6 @@ const config = {
label: 'Documentation',
position: 'left'
},
{
to: '/blog',
label: 'Hauler Blog',
position: 'left'
},
{
type: 'docsVersionDropdown',
position: 'right',
Expand Down
Loading

0 comments on commit a41a729

Please sign in to comment.