parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 518 forks source link

feat: make doc links dynamic #933

Closed dblythy closed 1 year ago

dblythy commented 1 year ago

Currently, the doc links are fixed. This can be changed by building them dynamically.

The file js/links could be served either here or on parseplatform.org.

Related: https://github.com/parse-community/parse-community.github.io/pull/49

Closes #932

dblythy commented 1 year ago

The one file used by both sites will create a more consistent docs link experience.

Screenshot 2023-06-12 at 7 01 30 pm

Screenshot 2023-06-12 at 7 02 50 pm

dblythy commented 1 year ago

We do #49 first, and then add a script tag pointing to the links file at parseplatform.org

mtrezza commented 1 year ago

Merged https://github.com/parse-community/parse-community.github.io/pull/49

dblythy commented 1 year ago

Cool, this is good to merge