arakoodev / doc

Arakoo.ai - built on top of Docusaurus (reactjs)
https://www.arakoo.ai/
6 stars 14 forks source link

To add the contents of the This is the Way repo to the Docs as a new section #18

Open pratikkumar399 opened 1 year ago

pratikkumar399 commented 1 year ago

Describe the bug

Hey , I will be adding the contents of the This is the way repo This is the way repo in the docs section . I will create new sections for newer docs.

Please assign this issue to me.

Expected behaviour

The docs website will have more documents with more sections.

Screenshots

No response

Additional context

No response

Code of Conduct

sandys commented 1 year ago

@pratikkumar399 bug assigned!

pratikkumar399 commented 1 year ago

Can we have something like this :

image

sandys commented 1 year ago

sure sounds good! it will be nice to have a top-level summary page like this though. https://posthog.com/handbook

pratikkumar399 commented 1 year ago

When I doing /handbook this error pops in : image

If soemhow that gets resolved then the homepage has an issue : image

pratikkumar399 commented 1 year ago

Hey, would like to inform you that creating another page with /handbook is breaking the home page. Tried a lot but coudn't fix the issue. Anything that you can suggest?

sandys commented 1 year ago

@pratikkumar399 check for /case-studies. another student added it . do it the exact same way

here's the code to do it https://github.com/search?q=repo%3Aarakoodev%2Fdoc%20case-studies&type=code

pratikkumar399 commented 1 year ago

Hey @sandys done with the issue , created a pull request : https://github.com/arakoodev/doc/pull/34

sandys commented 1 year ago

@pratikkumar399 build failed. please check https://github.com/arakoodev/doc/actions/runs/5332485550/jobs/9661721749

pratikkumar399 commented 1 year ago

@sandys Hey it will be better if you remove this merge. I think the home page is breaking again and it is causing problems.

sandys commented 1 year ago

@pratikkumar399 i think ur almost there. the only thing that got missed out was some pdf files i think. please fix that and ur almost there.

merge reverted for now!

pratikkumar399 commented 1 year ago

I fixed all the links and its working perfectly now on my side after the build , but the only problem that has been persistent from the beginning is that it breaks the home page :

image

And I am unable to find a solution to it.

sandys commented 1 year ago

@pratikkumar399 can u send the link of the site ? i assume u have it deployed on github pages. ill take a look and try to fix

pratikkumar399 commented 1 year ago

For deploying on my own github pages , I will have to change the urls . So I am just working with the build file on my localhost. This is the repo : https://github.com/pratikkumar399/doc . I have done all the changes that I think was needed. Everything is working fine . And btw I noticed that the dark mode is not working on the homepage of the already delpoyed website : https://www.arakoo.ai/. Have a look at that also.

pratikkumar399 commented 1 year ago

Btw I have my own documentation website :https://pratikkumar399.github.io/crisptechy/

and this is the repo : https://github.com/pratikkumar399/crisptechy Both my docs page are working fine . Dont know why it is not working for this .