Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wordpress/advanced-administration-handbook
WordPress Advanced Administration Handbook. This handbook will have the most technical, general, documentation about WordPress.
https://github.com/wordpress/advanced-administration-handbook
documentation wordpress
Last synced: about 16 hours ago
JSON representation
WordPress Advanced Administration Handbook. This handbook will have the most technical, general, documentation about WordPress.
- Host: GitHub
- URL: https://github.com/wordpress/advanced-administration-handbook
- Owner: WordPress
- License: gpl-2.0
- Created: 2022-08-13T13:24:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:23:06.000Z (19 days ago)
- Last Synced: 2024-12-20T21:09:56.723Z (7 days ago)
- Topics: documentation, wordpress
- Homepage: https://developer.wordpress.org/advanced-administration/
- Size: 1.06 MB
- Stars: 97
- Watchers: 27
- Forks: 664
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/backup-database.md
Awesome Lists containing this project
README
# WordPress Advanced Administration Handbook
This is the repository for the **WordPress Advanced Administration Handbook** a collaboration between the Hosting Team and the Documentation Team.
The **WordPress Advanced Administration Handbook** will be a new section in the "Hub" [developer.wordpress.org](https://developer.wordpress.org/) where all the most technical documentation for users and developers will be moved, so the documentation will be simple, and this one will have code and be more complex.
## Project information
- [Project](https://github.com/orgs/WordPress/projects/47)
- [Inventory](https://github.com/orgs/WordPress/projects/26/views/1)
- [Tickets](https://github.com/WordPress/Documentation-Issue-Tracker/labels/advanced%20administration)
- [Handbook](https://github.com/WordPress/Advanced-administration-handbook)
- [Meta ticket](https://meta.trac.wordpress.org/ticket/6411)The URL for this handbook is at [https://developer.wordpress.org/advanced-administration/](https://developer.wordpress.org/advanced-administration/).
## Recommendations
### Style guide
- [WordPress Documentation Style Guide](https://make.wordpress.org/docs/style-guide/)
- [General guidelines](https://make.wordpress.org/docs/style-guide/general-guidelines/)
- [Language and grammar](https://make.wordpress.org/docs/style-guide/language-grammar/)
- [Punctuation](https://make.wordpress.org/docs/style-guide/punctuation/)
- [Formatting](https://make.wordpress.org/docs/style-guide/formatting/)
- [Linking](https://make.wordpress.org/docs/style-guide/linking/)
- [Developer content](https://make.wordpress.org/docs/style-guide/developer-content/)### External linking
- [External Linking Policy (Summary)](https://make.wordpress.org/docs/handbook/documentation-team-handbook/external-linking-policy/)
### Example domains
When using an example domain, please, use _example.com_, _example.net_, _example.org_, _example.info_, or _example.biz_ (and whatever subdomain you want).
The country domains have their own example names, like _dominio.es_, that probably need check.
See [RFC 2606](https://www.rfc-editor.org/rfc/rfc2606), [.INFO Reserved Strings](https://www.icann.org/en/registry-agreements/info/info-registry-agreement--list-of-reserved-tld-strings-26-5-2010-en), [.BIZ Reserved Strings](https://www.icann.org/en/registry-agreements/biz/biz-registry-agreement--list-of-reserved-tld-strings-19-6-2009-en).
### Example IP / IP network / IP range
When using IP addresses, please use:
- TEST-NET-1: 192.0.2.0/24 (192.0.2.0–192.0.2.255)
- TEST-NET-2: 198.51.100.0/24 (198.51.100.0–198.51.100.255)
- TEST-NET-3: 203.0.113.0/24 (203.0.113.0–203.0.113.255)See [RFC 1166](https://datatracker.ietf.org/doc/html/rfc1166).