These are the "getting started" guides from developer.rackspace.com. They're intended to demonstrate the basic operations and flow of working with Rackspace services in each of our supported SDKs.
This repository has been split from the monolithic developer.rackspace.com repository during the transition to hosting on deconst. Until the transition is complete, new work not related to working on deconst should be done on the parent repository.
To bring this repository up to date, fork and clone the the original repository, then:
# Add your fork of this repository as a remote.
git remote add docs-quickstart [email protected]:${GITHUB_USERNAME}/docs-quickstart.git
# Split or re-split the quickstart directory onto its own branch.
git checkout master
git subtree split --prefix=src/docs --branch=docs-only
# Push the newly updated branch to your fork.
git checkout docs-only
git push -u docs-quickstart docs-only:upstream-update
Finally, open a pull request between the branch you just pushed and the master
branch on this repository and merge it to complete the update.