Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
/ nexmo-docs Public archive

Documentation for Nexmo APIs

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.md
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

Nexmo/nexmo-docs

Repository files navigation

Nexmo Documentation

This repository houses the content for https://developer.nexmo.com, which includes the Nexmo documentation, API reference, SDKs, Tools & Community content. To get a Nexmo account, sign up for free at nexmo.com.

Contributing

We ❤️ contributions from everyone! It is a good idea to talk to us first if you plan to add any new functionality. Otherwise, bug reports, bug fixes and feedback on the library is always appreciated. Look at the Contributor Guidelines for more information and please follow the GitHub Flow.

contributions welcome

Content Updates

Follow these instructions to make updates to any content in the Nexmo Developer repository.

Checkout a new branch, naming it appropriately:

git checkout -b your-branch-name

Locate the file containing the content you wish to update in _documentation/en and open it in your preferred editor. The URL on the documentation site translates to the file path in _documentation/en.

Make and save the necessary updates in the file.

Add your changes:

git add -p

Commit the changes in your branch. Include a commit message adequately describing the update(s):

git commit -m “Add a commit message”

Push your branch in order to raise a pull request:

git push origin your-branch-name

Create a pull request in GitHub:

  1. In the nexmo-docs repository, click the Pull requests tab.
  2. Click the Compare and new pull request button next to your branch in the list.
  3. Review the changes between your branch and master.
  4. Add a Description of the changes.
  5. Click the Create pull request button.

License

This library is released under the MIT License