Skip to content

Commit

Permalink
Remove condition from doc publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Jul 15, 2024
1 parent 858de2f commit 7e1c098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ const config: Config = {
editUrl:
'https://github.com/s-yadav/iv-viewer/edit/master/documentation/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/iv-viewer/iv-viewer/edit/master/documentation/',
},
theme: {
customCss: './src/css/custom.css',
},
Expand All @@ -64,13 +57,6 @@ const config: Config = {
src: 'img/logo.svg',
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/s-yadav/iv-viewer',
label: 'GitHub',
Expand Down Expand Up @@ -110,10 +96,6 @@ const config: Config = {
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/s-yadav/iv-viewer',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "iv-viewer",
"private": true,
"workspaces": [
"packages/*"
"packages/*",
"documentation/"
],
"scripts": {
"storybook": "yarn workspace react-iv-viewer storybook",
Expand Down

0 comments on commit 7e1c098

Please sign in to comment.