Skip to content

Commit bdb5f79

Browse files
Deploying to gh-pages from @ 8edd0a1 🚀
1 parent a807fbe commit bdb5f79

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

index.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![CI](https://github.com/dropbox/dbxcli/actions/workflows/ci.yml/badge.svg)](https://github.com/dropbox/dbxcli/actions/workflows/ci.yml)
44
[![Scorecard](https://github.com/dropbox/dbxcli/actions/workflows/scorecard.yml/badge.svg)](https://github.com/dropbox/dbxcli/actions/workflows/scorecard.yml)
55
[![CodeQL](https://github.com/dropbox/dbxcli/actions/workflows/codeql.yml/badge.svg)](https://github.com/dropbox/dbxcli/actions/workflows/codeql.yml)
6+
[![Release](https://github.com/dropbox/dbxcli/actions/workflows/release.yml/badge.svg)](https://github.com/dropbox/dbxcli/actions/workflows/release.yml)
67

78
`dbxcli` is a scriptable Dropbox CLI for files, shared links, teams, and
89
automation workflows. It is built for humans in the terminal, scripts, CI jobs,
@@ -264,26 +265,22 @@ dbxcli --help --output=json
264265
dbxcli put --help --output=json
265266
```
266267

267-
## Deeper documentation
268+
## Documentation
268269

269270
* [Automation and JSON output](https://github.com/dropbox/dbxcli/blob/master/docs/automation.md)
270271
* [Sharing workflows](https://github.com/dropbox/dbxcli/blob/master/docs/sharing.md)
271272
* [JSON schema v1](https://github.com/dropbox/dbxcli/blob/master/docs/json-schema/v1/README.md)
272273
* [Release history](https://github.com/dropbox/dbxcli/blob/master/CHANGELOG.md)
274+
* [Contributing](https://github.com/dropbox/dbxcli/blob/master/CONTRIBUTING.md)
273275

274276
Generated Cobra command docs live under `docs/commands/`, and CI verifies they
275277
stay in sync with the CLI.
276278

277279
## Contributing
278280

279-
* If you are submitting a non-trivial change, please fill out the
280-
[Dropbox Contributor License Agreement](https://opensource.dropbox.com/cla/)
281-
first.
282-
* Open a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
283-
with a clear description of the change.
284-
* Include tests or manual validation details when relevant.
281+
Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, pull request guidelines, and the Dropbox Contributor License Agreement.
285282

286283
## Useful resources
287284

288-
* [Go SDK documentation](https://pkg.go.dev/github.com/dropbox/dropbox-sdk-go-unofficial)
285+
* [Dropbox Go SDK](https://pkg.go.dev/github.com/dropbox/dropbox-sdk-go-unofficial)
289286
* [Dropbox API documentation](https://www.dropbox.com/developers/documentation/http/documentation)

0 commit comments

Comments
 (0)