ojosproject / website

The Ojos Project website containing our blogs and documentation!
https://ojosproject.org/
GNU General Public License v3.0
0 stars 0 forks source link

Merge the Docs website into the main website #13

Closed calejvaldez closed 2 months ago

calejvaldez commented 2 months ago

Summary

Both the Docs website and the main website run on Docusaurus, so I think it would be a good idea to have both of them be in the same repository. Maintaining two different Docusaurus instances adds unnecessary labor, and Docusaurus already comes with the three features we would need: documentation, blogging, and extra pages in React.

Concept images and/or code

The URLs are going to have to change. Assuming we're using the Gravatar instructions as an example:

https://docs.ojosproject.org/url/developers/guides/gravatar -> https://ojosproject.org/docs/url/developers/gravatar/

So, instead of it being /[GROUP]/[TEAM]/[PATH TO DOC], it will become docs/[GROUP]/[TEAM]/[DOC].

calejvaldez commented 2 months ago

Seems finalized in 0b65b54867077dfa6bd1c498449bf66dd2dfa5c5