Kyle McCormick
cddf923d2a
docs: fix link to package.json in static assets ref ( #35132 )
2024-07-17 19:31:08 +00:00
Kyle McCormick
69e5fa4227
test: check both dev and prod asset builds using npm run ( #34836 )
...
This switches the static asset check over from the deprecated
paver commands to the new 'npm run build' command. Doing so allows us
to check both the prod AND dev build, whereas before we were only
checking the prod build.
Please note that, as before, the "check" is only ensuring that the build
returns 0. It is not checking the contents of the build output.
Closes: https://github.com/openedx/edx-platform/issues/34834
2024-05-22 09:40:37 -04:00
Kyle McCormick
d39bd32768
docs: improve 'bare metal' docs and add static assets reference ( #34678 )
2024-05-02 10:10:52 -04:00
farhan
6c4170b407
feat: Add repository rst files in the sphinx docs
2024-04-26 12:56:53 +05:00
thezaeemaanwar
0b3e4d73b6
feat!: Removed Badges App
...
fix: restored badges handlers
feat: remove FE code for badges
fix: resolved failing tests
fix: removed test case for badges app
fix: unused import error
fix: Response Field Count
fix: shareable account response length
fix: resolved PR comments
fix: revert settings override
feat!: Removed Badges App
fix: restored badges handlers
feat: remove FE code for badges
fix: resolved failing tests
fix: removed test case for badges app
fix: unused import error
fix: Response Field Count
fix: shareable account response length
fix: revert subscription badge
2023-10-18 20:30:04 +05:00
Feanil Patel
b6fc5488c6
docs: Apply suggestions from code review
2023-08-18 14:21:56 -04:00
Feanil Patel
02354eff10
docs: Apply suggestions from code review
2023-08-18 14:21:27 -04:00
Feanil Patel
b111440b7f
docs: Clarify comment for getting a refresh token.
2023-08-18 11:04:15 -04:00
Feanil Patel
73001b1a59
docs: Apply suggestions from code review
...
Typos and other small fixes.
Co-authored-by: Robert Raposa <rraposa@edx.org >
2023-08-18 10:14:02 -04:00
Feanil Patel
df5759ca37
docs: Make the docs easier to read and and some links.
2023-08-17 11:11:59 -04:00
Feanil Patel
1db57b574f
fixup! docs: Add more examples related to Auth.
2023-08-17 10:44:39 -04:00
Feanil Patel
88096cc54d
docs: Add more examples related to Auth.
2023-08-17 10:30:06 -04:00
Feanil Patel
e663988c10
docs: Add some basic docs on the Rest API.
...
There is probably a lot more to say but add a quick How-To and concept
docs that we can build on.
2023-08-16 15:35:06 -04:00
Feanil Patel
a586c3bab0
fix: Update openapi yaml location.
2023-07-18 14:33:26 -04:00
Feanil Patel
3e2d78b37b
feat!: Move the docs out of the guides subdirectory.
...
Now that the content in `guides` is all of the edx-platform docs, move
them all into the top-level docs directory to reduce confusion.
BREAKING CHANGE: Guides are now just docs. This will require updating
the publishing settings so that RTD looks for the conf in a different
location.
2023-07-18 14:31:49 -04:00