Skip to content

Commit

Permalink
Reformat README table structure after #23469 (#23474)
Browse files Browse the repository at this point in the history
* Restyle messed up table format. corrected it

* Restyle
  • Loading branch information
andy31415 authored and pull[bot] committed Nov 15, 2023
1 parent 492a938 commit 3076865
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,21 +179,28 @@ Instructions about how to build Matter can be found [here](./docs/README.md).

# Directory Structure

| The Matter repository is structured as follows: | File/Folder | Content |
| ----------------------------------------------------- | ------------------------------------------------------------ | ------------- |
| build | Build system support content and built output directories  | |
| build_overrides | Build system parameter customization for different platforms |
| config | Project configurations | | credentials | Development and test |
| credentials | | docs | Documentation, including guides  | | examples | Example |
| firmware applications that demonstrate use of Matter  | | integrations | 3rd |
| Party integrations  | | scripts | Scripts needed to work with the Matter |
| repository  | | src | Implementation of Matter  | | third_party | 3rd party code |
| used by Matter  | | zzz_generated | zap generated template code - Revolving |
| around cluster information  | | BUILD.gn | Build file for the gn build system  |
| CODE_OF_CONDUCT.md | Code of conduct for Matter and contribution to it  | |
| CONTRIBUTING.md | Guidelines for contributing to Matter | | LICENSE | Matter |
| license file  | | REVIEWERS.md | PR reviewers  | | gn_build.sh | Build script |
| for specific projects such as Android, EFR32, etc.  | | README.md | This File |
The Matter repository is structured as follows:

| File/Folder | Content |
| ------------------ | ------------------------------------------------------------------ |
| build | Build system support content and built output directories |
| build_overrides | Build system parameter customization for different platforms |
| config | Project configurations |
| credentials | Development and test credentials |
| docs | Documentation, including guides |
| examples | Example firmware applications that demonstrate use of Matter |
| integrations | 3rd Party integrations |
| scripts | Scripts needed to work with the Matter repository |
| src | Implementation of Matter |
| third_party | 3rd party code used by Matter |
| zzz_generated | zap generated template code - Revolving around cluster information |
| BUILD.gn | Build file for the gn build system |
| CODE_OF_CONDUCT.md | Code of conduct for Matter and contribution to it |
| CONTRIBUTING.md | Guidelines for contributing to Matter |
| LICENSE | Matter license file |
| REVIEWERS.md | PR reviewers |
| gn_build.sh | Build script for specific projects such as Android, EFR32, etc. |
| README.md | This File |

# License

Expand Down

0 comments on commit 3076865

Please sign in to comment.