department-of-veterans-affairs / va-mobile-library

https://department-of-veterans-affairs.github.io/va-mobile-library/
ISC License
0 stars 0 forks source link

Add Automatic Doc Flow to Doc Site #143

Closed TimRoe closed 3 months ago

TimRoe commented 5 months ago

Description

A follow-up to Ticket 6920 to readd automatically pulling the engineering doc from the library repo after the library repo is public.

Acceptance Criteria

- [x] Readd the automatic doc flow [as added by PR 7791](https://github.com/department-of-veterans-affairs/va-mobile-app/pull/7791/files) sans needing the auth token - Readd `docusaurus-plugin-remote-content` dependency - Readd `docusaurus.config.js` file changes except removing: - ``` requestConfig: { // Doesn't work w/o proper auth token, see "Local Docusaurus Build Auth Token" in the VAMobile 1Pass vault headers: { Authorization: `Bearer ${process.env.AUTH_DOC_SITE}`, }, }, ``` - [x] If applicable, add new documentation created in the interim to be imported to the doc site - 3/20/24: Not applicable, no new doc files created