From 6202d0b6e9d48455138f4e633aad3c2290fde52d Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Fri, 29 Apr 2022 21:42:18 +0100 Subject: [PATCH] Update README files --- DOCKER.md | 32 ++++++++++++++++++-------------- README.md | 32 ++++++++++++++++++-------------- 2 files changed, 36 insertions(+), 28 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index ab436248..e8ef88e9 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -76,23 +76,27 @@ Getting started with SurrealDB is as easy as starting up the SurrealDB database ##### Client side apps -- [Getting started with Javascript](https://surrealdb.com/docs/integration/javascript) -- [Getting started with Ember.js](https://surrealdb.com/docs/integration/emberjs) -- [Getting started with React.js](https://surrealdb.com/docs/integration/reactjs) -- [Getting started with Angular.js](https://surrealdb.com/docs/integration/angularjs) (coming soon) -- [Getting started with Vue.js](https://surrealdb.com/docs/integration/vue.js) (coming soon) -- [Getting started with Apollo GraphQL](https://surrealdb.com/docs/integration/apollo) (coming soon) +- [Getting started with Javascript](https://surrealdb.com/docs/integration/libraries/javascript) +- [Getting started with WebAssembly](https://surrealdb.com/docs/integration/libraries/webassembly) +- [Getting started with Ember.js](https://surrealdb.com/docs/integration/libraries/emberjs) +- [Getting started with React.js](https://surrealdb.com/docs/integration/libraries/reactjs) +- [Getting started with Angular.js](https://surrealdb.com/docs/integration/libraries/angularjs) +- [Getting started with Vue.js](https://surrealdb.com/docs/integration/libraries/vue.js) +- [Getting started with Apollo GraphQL](https://surrealdb.com/docs/integration/libraries/apollo) ##### Server side code -- [Getting started with Deno](https://surrealdb.com/docs/integration/deno) -- [Getting started with Golang](https://surrealdb.com/docs/integration/golang) -- [Getting started with Python](https://surrealdb.com/docs/integration/python) -- [Getting started with Node.js](https://surrealdb.com/docs/integration/nodejs) -- [Getting started with Swift](https://surrealdb.com/docs/integration/swift) (coming soon) -- [Getting started with Rust](https://surrealdb.com/docs/integration/rust) (coming soon) -- [Getting started with Ruby](https://surrealdb.com/docs/integration/ruby) (coming soon) -- [Getting started with PHP](https://surrealdb.com/docs/integration/php) (coming soon) +- [Getting started with Node.js](https://surrealdb.com/docs/integration/libraries/nodejs) +- [Getting started with Golang](https://surrealdb.com/docs/integration/libraries/golang) +- [Getting started with Rust](https://surrealdb.com/docs/integration/libraries/rust) +- [Getting started with Deno](https://surrealdb.com/docs/integration/libraries/deno) +- [Getting started with Python](https://surrealdb.com/docs/integration/libraries/python) +- [Getting started with C](https://surrealdb.com/docs/integration/libraries/c) +- [Getting started with Java](https://surrealdb.com/docs/integration/libraries/java) +- [Getting started with Ruby](https://surrealdb.com/docs/integration/libraries/ruby) +- [Getting started with PHP](https://surrealdb.com/docs/integration/libraries/php) +- [Getting started with Swift](https://surrealdb.com/docs/integration/libraries/swift) +- [Getting started with R](https://surrealdb.com/docs/integration/libraries/r)

  Documentation

diff --git a/README.md b/README.md index d746075e..387d332c 100644 --- a/README.md +++ b/README.md @@ -86,23 +86,27 @@ Getting started with SurrealDB is as easy as starting up the SurrealDB database ##### Client side apps -- [Getting started with Javascript](https://surrealdb.com/docs/integration/javascript) -- [Getting started with Ember.js](https://surrealdb.com/docs/integration/emberjs) -- [Getting started with React.js](https://surrealdb.com/docs/integration/reactjs) -- [Getting started with Angular.js](https://surrealdb.com/docs/integration/angularjs) (coming soon) -- [Getting started with Vue.js](https://surrealdb.com/docs/integration/vue.js) (coming soon) -- [Getting started with Apollo GraphQL](https://surrealdb.com/docs/integration/apollo) (coming soon) +- [Getting started with Javascript](https://surrealdb.com/docs/integration/libraries/javascript) +- [Getting started with WebAssembly](https://surrealdb.com/docs/integration/libraries/webassembly) +- [Getting started with Ember.js](https://surrealdb.com/docs/integration/libraries/emberjs) +- [Getting started with React.js](https://surrealdb.com/docs/integration/libraries/reactjs) +- [Getting started with Angular.js](https://surrealdb.com/docs/integration/libraries/angularjs) +- [Getting started with Vue.js](https://surrealdb.com/docs/integration/libraries/vue.js) +- [Getting started with Apollo GraphQL](https://surrealdb.com/docs/integration/libraries/apollo) ##### Server side code -- [Getting started with Deno](https://surrealdb.com/docs/integration/deno) -- [Getting started with Golang](https://surrealdb.com/docs/integration/golang) -- [Getting started with Python](https://surrealdb.com/docs/integration/python) -- [Getting started with Node.js](https://surrealdb.com/docs/integration/nodejs) -- [Getting started with Swift](https://surrealdb.com/docs/integration/swift) (coming soon) -- [Getting started with Rust](https://surrealdb.com/docs/integration/rust) (coming soon) -- [Getting started with Ruby](https://surrealdb.com/docs/integration/ruby) (coming soon) -- [Getting started with PHP](https://surrealdb.com/docs/integration/php) (coming soon) +- [Getting started with Node.js](https://surrealdb.com/docs/integration/libraries/nodejs) +- [Getting started with Golang](https://surrealdb.com/docs/integration/libraries/golang) +- [Getting started with Rust](https://surrealdb.com/docs/integration/libraries/rust) +- [Getting started with Deno](https://surrealdb.com/docs/integration/libraries/deno) +- [Getting started with Python](https://surrealdb.com/docs/integration/libraries/python) +- [Getting started with C](https://surrealdb.com/docs/integration/libraries/c) +- [Getting started with Java](https://surrealdb.com/docs/integration/libraries/java) +- [Getting started with Ruby](https://surrealdb.com/docs/integration/libraries/ruby) +- [Getting started with PHP](https://surrealdb.com/docs/integration/libraries/php) +- [Getting started with Swift](https://surrealdb.com/docs/integration/libraries/swift) +- [Getting started with R](https://surrealdb.com/docs/integration/libraries/r)

  Documentation