This repository serves as a centralized hub for the Platform Experience UI team's best practices, guidelines, and general knowledge sharing. The goal is to maintain consistency across projects, improve collaboration, and facilitate onboarding for new team members.
- Best practices for frontend development
- Knowledge-sharing videos and outputs from similar discussions or meetings
- General useful information contributed by team members
-
Service-specific content
Each application's/service's documentation should be maintained separately within its repository. This ensures a clean separation between high-level guidelines and individual application details.
If you'd like to add new content to the documentation (GitHub repository link):
- Create a new Markdown file (
*.md
) inside the/pages
folder. - Update the
mkdocs.yml
file to include a reference to your new file, ensuring it gets added to the documentation structure. - Open a pull request with your changes.
- After the pull request is merged, your changes should be automatically published.
If you encounter any unclear, outdated information or have questions, please reach out to the Platform Experience UI team on Slack (@platform-experience-ui
in #forum-consoledot-ui
).
Thank you in advance for your contributions and help to improve this documentation!