Ensure TOC links in README work correctly (#158)
This commit is contained in:
parent
b4b2ceb187
commit
59be26e55b
1 changed files with 9 additions and 33 deletions
34
README.md
34
README.md
|
@ -93,7 +93,7 @@ View the [features](https://surrealdb.com/features), the latest [releases](https
|
||||||
- [Run using Docker](#run-using-docker)
|
- [Run using Docker](#run-using-docker)
|
||||||
- [Getting started](#getting-started)
|
- [Getting started](#getting-started)
|
||||||
- [Client side apps](#client-side-apps)
|
- [Client side apps](#client-side-apps)
|
||||||
- [Server side code](#server-side-apps)
|
- [Server side code](#server-side-code)
|
||||||
- [Quick look](#quick-look)
|
- [Quick look](#quick-look)
|
||||||
- [Why SurrealDB](#why-surrealdb)
|
- [Why SurrealDB](#why-surrealdb)
|
||||||
- [Database, API, and permissions](#database-api-and-permissions)
|
- [Database, API, and permissions](#database-api-and-permissions)
|
||||||
|
@ -133,13 +133,7 @@ For guidance on installation, development, deployment, and administration, see o
|
||||||
|
|
||||||
SurrealDB is designed to be simple to install and simple to run - using just one command from your terminal. In addition to traditional installation, SurrealDB can be installed and run with HomeBrew, Docker, or using any other container orchestration tool such as Docker Compose, Docker Swarm, Rancher, or in Kubernetes.
|
SurrealDB is designed to be simple to install and simple to run - using just one command from your terminal. In addition to traditional installation, SurrealDB can be installed and run with HomeBrew, Docker, or using any other container orchestration tool such as Docker Compose, Docker Swarm, Rancher, or in Kubernetes.
|
||||||
|
|
||||||
<h4>
|
<h4><a href="https://surrealdb.com/install#gh-dark-mode-only"><img width="20" src="/img/white/apple.svg"></a><a href="https://surrealdb.com/install#gh-light-mode-only"><img width="20" src="/img/black/apple.svg"></a>
|
||||||
<a href="https://surrealdb.com/install#gh-dark-mode-only">
|
|
||||||
<img width="20" src="/img/white/apple.svg">
|
|
||||||
</a>
|
|
||||||
<a href="https://surrealdb.com/install#gh-light-mode-only">
|
|
||||||
<img width="20" src="/img/black/apple.svg">
|
|
||||||
</a>
|
|
||||||
Install on macOS
|
Install on macOS
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@ -149,13 +143,7 @@ The quickest way to get going with SurrealDB on macOS is to use Homebrew. This w
|
||||||
brew install surrealdb/tap/surreal
|
brew install surrealdb/tap/surreal
|
||||||
```
|
```
|
||||||
|
|
||||||
<h4>
|
<h4><a href="https://surrealdb.com/install#gh-dark-mode-only"><img width="20" src="/img/white/linux.svg"></a><a href="https://surrealdb.com/install#gh-light-mode-only"><img width="20" src="/img/black/linux.svg"></a>
|
||||||
<a href="https://surrealdb.com/install#gh-dark-mode-only">
|
|
||||||
<img width="20" src="/img/white/linux.svg">
|
|
||||||
</a>
|
|
||||||
<a href="https://surrealdb.com/install#gh-light-mode-only">
|
|
||||||
<img width="20" src="/img/black/linux.svg">
|
|
||||||
</a>
|
|
||||||
Install on Linux
|
Install on Linux
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@ -165,13 +153,7 @@ The easiest and preferred way to get going with SurrealDB on Unix operating syst
|
||||||
curl -sSf https://install.surrealdb.com | sh
|
curl -sSf https://install.surrealdb.com | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
<h4>
|
<h4><a href="https://surrealdb.com/install#gh-dark-mode-only"><img width="20" src="/img/white/windows.svg"></a><a href="https://surrealdb.com/install#gh-light-mode-only"><img width="20" src="/img/black/windows.svg"></a>
|
||||||
<a href="https://surrealdb.com/install#gh-dark-mode-only">
|
|
||||||
<img width="20" src="/img/white/windows.svg">
|
|
||||||
</a>
|
|
||||||
<a href="https://surrealdb.com/install#gh-light-mode-only">
|
|
||||||
<img width="20" src="/img/black/windows.svg">
|
|
||||||
</a>
|
|
||||||
Install on Windows
|
Install on Windows
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
@ -181,13 +163,7 @@ The easiest and preferred way to get going with SurrealDB on Windows is to insta
|
||||||
iwr https://windows.surrealdb.com -useb | iex
|
iwr https://windows.surrealdb.com -useb | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
<h4>
|
<h4><a href="https://surrealdb.com/install#gh-dark-mode-only"><img width="20" src="/img/white/docker.svg"></a><a href="https://surrealdb.com/install#gh-light-mode-only"><img width="20" src="/img/black/docker.svg"></a>
|
||||||
<a href="https://surrealdb.com/install#gh-dark-mode-only">
|
|
||||||
<img width="20" src="/img/white/docker.svg">
|
|
||||||
</a>
|
|
||||||
<a href="https://surrealdb.com/install#gh-light-mode-only">
|
|
||||||
<img width="20" src="/img/black/docker.svg">
|
|
||||||
</a>
|
|
||||||
Run using Docker
|
Run using Docker
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue