-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Migrate CSS_Coding_Style #697
Comments
hey @sarjona, |
Hi @Arjun-A3!
Before starting any migration, this is the "cheating sheet" to commit and push your changes:
There are also a few tools that can help you: A. To find the list of pending pages that need to be migrated (or marked as WillNotMigrate) you can run the following command from the root of the devdocs folder:
B. To mark as WillNotMigrate obsolete pages or pages that make no sense to migrate to devdocs, you only need to edit the legacy page and add the following code at the beginning: {{Template:WillNotMigrate}} C. When you review the code, remember you can add some of the nice admonitions: https://docusaurus.io/docs/markdown-features/admonitions to make it more readable. D. There are a couple of useful commands, to check the links and the spelling:
|
hey @sarjona, |
Hi @Arjun-A3! |
The URL of the page on https://docs.moodle.org/dev/
https://docs.moodle.org/dev/CSS_Coding_Style
Is this documentation specific to a Moodle version?
No
What location would you suggest in the new docs?
/docs/guides/styles or /general/development/policies/codingstyle/css
Related with #983
The text was updated successfully, but these errors were encountered: