GitBook: [main] 3 pages modified

This commit is contained in:
Sachin Chaurasiya 2021-08-15 13:31:02 +00:00 committed by gitbook-bot
parent d1c904ae4b
commit 637d06bff8
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
5 changed files with 156615 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,7 @@
* [Community](open-source-community/community.md) * [Community](open-source-community/community.md)
* [Developer](open-source-community/developer/README.md) * [Developer](open-source-community/developer/README.md)
* [UX Style Guide](open-source-community/developer/ux-style-guide.md)
* [Coding Style](open-source-community/developer/coding-style.md) * [Coding Style](open-source-community/developer/coding-style.md)
* [Build the code & run tests](open-source-community/developer/build-code-run-tests.md) * [Build the code & run tests](open-source-community/developer/build-code-run-tests.md)
* [Run Integration Tests](open-source-community/developer/run-integration-tests.md) * [Run Integration Tests](open-source-community/developer/run-integration-tests.md)

View File

@ -2,6 +2,8 @@
This document summarizes information relevant to OpenMetadata committers and contributors. It includes information about the development processes and policies as well as the tools we use to facilitate those. This document summarizes information relevant to OpenMetadata committers and contributors. It includes information about the development processes and policies as well as the tools we use to facilitate those.
{% page-ref page="ux-style-guide.md" %}
{% page-ref page="coding-style.md" %} {% page-ref page="coding-style.md" %}
{% page-ref page="build-code-run-tests.md" %} {% page-ref page="build-code-run-tests.md" %}

View File

@ -0,0 +1,8 @@
# UX Style Guide
The purpose of a style guide is to make sure that multiple contributors create in a clear and cohesive way that ensures the style and brand consistency with everything from design to writing.
{% file src="../../.gitbook/assets/openmetadata-style-guide.pdf" caption="OpenMetadata Style Guide" %}