Ensure TOC links in README work correctly (#158)

This commit is contained in:
Ryan Russell 2022-09-16 20:57:57 -05:00 committed by GitHub
parent b4b2ceb187
commit 59be26e55b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
&nbsp;Install on macOS &nbsp;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>
&nbsp;Install on Linux &nbsp;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>
&nbsp;Install on Windows &nbsp;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>
&nbsp;Run using Docker &nbsp;Run using Docker
</h4> </h4>