nimbella / docs

Apache License 2.0
3 stars 9 forks source link

10b. how to use the kv store from nim and SDKs #23

Closed JamieDawson closed 3 years ago

JamieDawson commented 3 years ago

This documents how to use the kv from the cli and from the sdks.

10b

JamieDawson commented 3 years ago

All suggestions have been applied.

JamieDawson commented 3 years ago

Updated repo to have an image in the folder instead of Flickr.

rabbah commented 3 years ago

@JamieDawson I tried to build this locally (using yarn start) and got a syntax error:

./docs/key-value-storage.md
SyntaxError: docs/key-value-storage.md: Unexpected token (16:0)

  14 | {label: 'PHP', value: 'php'},
  15 | ]}
> 16 | <blockquote>
     | ^
  17 | </blockquote>
  18 | <p>{`Your Nimbella account has been provisioned with Key-Value Storage and Object Storage. In this document, we are going to cover Key-Value Storage.`}</p>
  19 | <p>{`A Key-Value Store, or KV for short, acts as a database where you create keys and apply values to those keys.`}</p>
JamieDawson commented 3 years ago

1) Broken code fixed. 2) Images replaced with local images. 3) Code snippets labeled with languages. 4) Connected doc to the sidebar.

Pending review.