Skip to content

docs: rewritting wiki with vitepress #953

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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

harilvfs
Copy link
Contributor

yeah it’s kinda a big one jump for wiki or docs, we can say anything.

basically i have rewritten the whole wiki with vitepress docs build site.

and guess what, it looks fine. you can always look at the preview here

i don't know how you will merge this or accept this or not. but i am sure this may help users to view docs and read without any problem. it may be an easy way.

it may also be the easy way to contribute to docs, as you have wiki on github wiki pages where i don't know that we barely can contribute there.

so kind of my little time for this work. hope you like it. thank you.

btw if you merge this then you will need the following things to make this work:

first install bun from bun official site

if bun doesn't appear in your terminal, you may need to source the bun in ~/.bashrc or ~/.zshrc

then

bun install

i am assuming that you are in dotfiles repo dir

then initialize

bun add -D vitepress

now you are ready to go

you can run

bun run docs:dev

for viewing real-time changes

bun run docs:build

for building

and

bun run docs:preview

for previewing the built docs

also if you merge this for deploy, i have put a ci, but you also need to go to settings > pages > and in build and deployment, make the source from github actions. btw this step you should do before merging.

you can check out the actions part after that. after merging, click on the ci deploy, then after building, you will get something like https://mylinuxforwork.github.io/dotfiles/ you can put this in readme for docs site link.

btw if you are merging this pr, then squash and merge should be effective so it will crush all the commits into one commit that will be clean enough.

thanks again

@harilvfs harilvfs changed the title docs: rewritting docs with vitepress docs: rewritting wiki with vitepress May 29, 2025
@mylinuxforwork
Copy link
Owner

Wow. This looks beautiful. Thank you so much. Will look into it and come back to you later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants