Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup blog based on docusaurus, #1212

Merged
merged 3 commits into from
May 20, 2023
Merged

Setup blog based on docusaurus, #1212

merged 3 commits into from
May 20, 2023

Conversation

panarch
Copy link
Member

@panarch panarch commented May 19, 2023

Update docusaurus.config.js to handle both docs/ and blog/ by using GLUESQL_DOC_TYPE env variable.
Add test blog article.

blog/
image

docs/ - blog link on the top-right side
image

Update docusaurus.config.js to handle both docs/ and blog/ by using GLUESQL_DOC_TYPE env variable.
Add test blog article.
@panarch panarch added the improvement Improvements for existing features label May 19, 2023
@panarch panarch requested review from ever0de and devgony May 19, 2023 11:50
@panarch panarch self-assigned this May 19, 2023
position: 'left',
label: 'Storages',
},
...(!isBlog ? [
Copy link
Member

@ever0de ever0de May 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use a conditional like L42 unless there's a good reason?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

though there's no special reason for that but L42 is for making js object and here is for array so I just intended to make it to look more simple.

@panarch panarch merged commit 95bbe41 into main May 20, 2023
@panarch panarch deleted the setup-blog branch May 20, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements for existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants