dhzdhd / Obsidian

A multipurpose discord bot written in dart.
https://obsidian-dhzdhd.vercel.app/
GNU Affero General Public License v3.0
6 stars 1 forks source link

Github pages #13

Open dhzdhd opened 2 years ago

dhzdhd commented 2 years ago

Implement documentation for every command in gh-pages

Arnav-2004 commented 2 years ago

Hi, @dhzdhd do you have any general layout in mind?

dhzdhd commented 2 years ago

Hi, @dhzdhd do you have any general layout in mind?

Not really. You can make a demo of sorts if you want and we can figure out the layout on the go.

ghost commented 2 years ago

I would be interested in working on this.

dhzdhd commented 2 years ago

@Arnav-2004 work on the content for documentation for the bot. @ItzLukaDev work on the tailwind css and overall layout and integration with jekyll.

ghost commented 2 years ago

when Can I pr the bot website?

ghost commented 2 years ago

Update: I have upgraded to tailwindcss cdn version 3.

This gives some nice features like gradients and dark mode, so I'll be posting some screenshots of the new website here when I am done.

dhzdhd commented 2 years ago

Update: I have upgraded to tailwindcss cdn version 3.

This gives some nice features like gradients and dark mode, so I'll be posting some screenshots of the new website here when I am done.

Make a PR, committing all your work and post images there. Regarding the CDN way of using tailwind, it's fine for now.

ghost commented 2 years ago

I'll be free for another week, so we can improve the text and href's too soon. We might want to migrate to tailwind installed via npm, since that does give intellisense support so we can fish out bugs and unecessary classes faster.

dhzdhd commented 2 years ago

I'll be free for another week, so we can improve the text and href's too soon. We might want to migrate to tailwind installed via npm, since that does give intellisense support so we can fish out bugs and unecessary classes faster.

I will look into the tailwind package. As for the text - it is fine for now although I welcome any improvements to it

ghost commented 2 years ago

Heyo I have made the basic ui for the docs page

image image

dhzdhd commented 2 years ago

Make a PR