Skip to content

Commit b0ed60e

Browse files
yuexiao-wangkibbles-n-bytes
authored andcommitted
improve the repository's layout (openshift#1154)
Signed-off-by: yuexiao-wang <[email protected]>
1 parent f870baf commit b0ed60e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ for more information.
7676

7777
Our goal is to have extensive use-case and functional documentation.
7878

79-
See [here](./docs/v1) for [documentation](./docs/v1).
79+
See [here](./docs/v1) for detailed documentation.
8080

8181
See [here](https://github.com/kubernetes-incubator/service-catalog/wiki/Examples) for examples and
8282
[here](https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md) for
@@ -91,7 +91,7 @@ project.
9191

9292
### Contributing
9393

94-
Interested in contributing? Check out the [documentation](./CONTRIBUTING.md).
94+
Interested in contributing? Check out the [contributing] documentation(./CONTRIBUTING.md).
9595

9696
Also see the [developer's guide](./docs/devguide.md) for information on how to
9797
build and test the code.

docs/devguide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ layout:
2121
├── .glide # Glide cache (untracked)
2222
├── bin # Destination for binaries compiled for linux/amd64 (untracked)
2323
├── build # Contains build-related scripts and subdirectories containing Dockerfiles
24+
├── charts # Helm charts for deployment
25+
│   └── catalog # Helm chart for deploying the service catalog
26+
│   └── ups-broker # Helm chart for deploying the user-provided service broker
2427
├── cmd # Contains "main" Go packages for each service catalog component binary
2528
│   └── apiserver # The service catalog API server binary
2629
│   └── controller-manager # The service catalog controller manager binary
@@ -31,11 +34,10 @@ layout:
3134
│   └── hack # Non-build related scripts
3235
│   └── jenkins # Jenkins configuration
3336
│   └── pkg # Contrib golang code
34-
├── charts # Helm charts for deployment
35-
│   └── catalog # Helm chart for deploying the catalog
36-
│   └── ups-broker # Helm chart for deploying the user-provided service broker
3737
├── docs # Documentation
3838
├── pkg # Contains all non-"main" Go packages
39+
├── plugin # Plugins for API server
40+
├── test # Integration and e2e tests
3941
└── vendor # Glide-managed dependencies
4042

4143
## Working on Issues

0 commit comments

Comments
 (0)