forked from surrealdb/surrealdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix icon paths on markdown files (surrealdb#2012)
- Loading branch information
1 parent
405b4cb
commit a699592
Showing
3 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<br> | ||
|
||
<p align="center"> | ||
<img width="300" src="/img/icon.png" alt="SurrealDB Icon"> | ||
<img width="300" src="./img/icon.png" alt="SurrealDB Icon"> | ||
</p> | ||
|
||
<br> | ||
|
||
<p align="center"> | ||
<a href="https://surrealdb.com#gh-dark-mode-only" target="_blank"> | ||
<img width="300" src="/img/white/logo.svg" alt="SurrealDB Logo"> | ||
<img width="300" src="./img/white/logo.svg" alt="SurrealDB Logo"> | ||
</a> | ||
<a href="https://surrealdb.com#gh-light-mode-only" target="_blank"> | ||
<img width="300" src="/img/black/logo.svg" alt="SurrealDB Logo"> | ||
<img width="300" src="./img/black/logo.svg" alt="SurrealDB Logo"> | ||
</a> | ||
</p> | ||
|
||
<h3 align="center"> | ||
<a href="https://surrealdb.com#gh-dark-mode-only" target="_blank"> | ||
<img src="/img/white/text.svg" height="15" alt="SurrealDB"> | ||
<img src="./img/white/text.svg" height="15" alt="SurrealDB"> | ||
</a> | ||
<a href="https://surrealdb.com#gh-light-mode-only" target="_blank"> | ||
<img src="/img/black/text.svg" height="15" alt="SurrealDB"> | ||
<img src="./img/black/text.svg" height="15" alt="SurrealDB"> | ||
</a> | ||
is the ultimate cloud <br> database for tomorrow's applications | ||
</h3> | ||
|
@@ -54,27 +54,27 @@ | |
</p> | ||
|
||
<p align="center"> | ||
<a href="https://surrealdb.com/blog"><img height="25" src="/img/social/blog.svg" alt="Blog"></a> | ||
<a href="https://surrealdb.com/blog"><img height="25" src="./img/social/blog.svg" alt="Blog"></a> | ||
| ||
<a href="https://github.com/surrealdb/surrealdb"><img height="25" src="/img/social/github.svg" alt="Github "></a> | ||
<a href="https://github.com/surrealdb/surrealdb"><img height="25" src="./img/social/github.svg" alt="Github "></a> | ||
| ||
<a href="https://www.linkedin.com/company/surrealdb/"><img height="25" src="/img/social/linkedin.svg" alt="LinkedIn"></a> | ||
<a href="https://www.linkedin.com/company/surrealdb/"><img height="25" src="./img/social/linkedin.svg" alt="LinkedIn"></a> | ||
| ||
<a href="https://twitter.com/surrealdb"><img height="25" src="/img/social/twitter.svg" alt="Twitter"></a> | ||
<a href="https://twitter.com/surrealdb"><img height="25" src="./img/social/twitter.svg" alt="Twitter"></a> | ||
| ||
<a href="https://www.youtube.com/channel/UCjf2teVEuYVvvVC-gFZNq6w"><img height="25" src="/img/social/youtube.svg" alt="Youtube"></a> | ||
<a href="https://www.youtube.com/channel/UCjf2teVEuYVvvVC-gFZNq6w"><img height="25" src="./img/social/youtube.svg" alt="Youtube"></a> | ||
| ||
<a href="https://dev.to/surrealdb"><img height="25" src="/img/social/dev.svg" alt="Dev"></a> | ||
<a href="https://dev.to/surrealdb"><img height="25" src="./img/social/dev.svg" alt="Dev"></a> | ||
| ||
<a href="https://surrealdb.com/discord"><img height="25" src="/img/social/discord.svg" alt="Discord"></a> | ||
<a href="https://surrealdb.com/discord"><img height="25" src="./img/social/discord.svg" alt="Discord"></a> | ||
| ||
<a href="https://stackoverflow.com/questions/tagged/surrealdb"><img height="25" src="/img/social/stack-overflow.svg" alt="StackOverflow"></a> | ||
<a href="https://stackoverflow.com/questions/tagged/surrealdb"><img height="25" src="./img/social/stack-overflow.svg" alt="StackOverflow"></a> | ||
|
||
</p> | ||
|
||
<br> | ||
|
||
<h2><img height="20" src="/img/whatissurreal.svg"> What is SurrealDB?</h2> | ||
<h2><img height="20" src="./img/whatissurreal.svg"> What is SurrealDB?</h2> | ||
|
||
SurrealDB is an end-to-end cloud-native database designed for modern applications, including web, mobile, serverless, Jamstack, backend, and traditional applications. With SurrealDB, you can simplify your database and API infrastructure, reduce development time, and build secure, performant apps quickly and cost-effectively. | ||
|
||
|
@@ -88,9 +88,9 @@ SurrealDB is an end-to-end cloud-native database designed for modern application | |
|
||
View the [features](https://surrealdb.com/features), the latest [releases](https://surrealdb.com/releases), the product [roadmap](https://surrealdb.com/roadmap), and [documentation](https://surrealdb.com/docs). | ||
|
||
<img src="/img/interface.png"> | ||
<img src="./img/interface.png"> | ||
|
||
<h2><img height="20" src="/img/contents.svg"> Contents</h2> | ||
<h2><img height="20" src="./img/contents.svg"> Contents</h2> | ||
|
||
- [Features](#features) | ||
- [Documentation](#documentation) | ||
|
@@ -119,7 +119,7 @@ View the [features](https://surrealdb.com/features), the latest [releases](https | |
- [Security](#security) | ||
- [License](#license) | ||
|
||
<h2><img height="20" src="/img/features.svg"> Features</h2> | ||
<h2><img height="20" src="./img/features.svg"> Features</h2> | ||
|
||
- [x] Database server, or embedded library | ||
- [x] Multi-row, multi-table ACID transactions | ||
|
@@ -133,15 +133,15 @@ View the [features](https://surrealdb.com/features), the latest [releases](https | |
- [x] Connect and query directly from web-browsers and client devices | ||
- [x] Use embedded JavaScript functions for custom advanced functionality | ||
|
||
<h2><img height="20" src="/img/documentation.svg"> Documentation</h2> | ||
<h2><img height="20" src="./img/documentation.svg"> Documentation</h2> | ||
|
||
For guidance on installation, development, deployment, and administration, see our [documentation](https://surrealdb.com/docs). | ||
|
||
<h2><img height="20" src="/img/installation.svg"> Installation</h2> | ||
<h2><img height="20" src="./img/installation.svg"> Installation</h2> | ||
|
||
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><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> | ||
<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> | ||
Install on macOS | ||
</h4> | ||
|
||
|
@@ -151,7 +151,7 @@ The quickest way to get going with SurrealDB on macOS is to use Homebrew. This w | |
brew install surrealdb/tap/surreal | ||
``` | ||
|
||
<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> | ||
<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> | ||
Install on Linux | ||
</h4> | ||
|
||
|
@@ -167,7 +167,7 @@ If you want a binary newer than what's currently released, you can install the n | |
curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh -s -- --nightly | ||
``` | ||
|
||
<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> | ||
<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> | ||
Install on Windows | ||
</h4> | ||
|
||
|
@@ -177,7 +177,7 @@ The easiest and preferred way to get going with SurrealDB on Windows is to insta | |
iwr https://windows.surrealdb.com -useb | iex | ||
``` | ||
|
||
<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> | ||
<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> | ||
Run using Docker | ||
</h4> | ||
|
||
|
@@ -193,7 +193,7 @@ For just getting started with a development server running in memory, you can pa | |
docker run --rm --pull always --name surrealdb -p 8000:8000 surrealdb/surrealdb:latest start --log trace --user root --pass root memory | ||
``` | ||
|
||
<h2><img height="20" src="/img/gettingstarted.svg"> Getting started</h2> | ||
<h2><img height="20" src="./img/gettingstarted.svg"> Getting started</h2> | ||
|
||
Getting started with SurrealDB is as easy as starting up the SurrealDB database server, choosing your platform, and integrating its SDK into your code. You can easily get started with your platform of choice by reading one of our tutorials. | ||
|
||
|
@@ -222,7 +222,7 @@ Getting started with SurrealDB is as easy as starting up the SurrealDB database | |
- [ ] [Getting started with Swift](https://surrealdb.com/docs/integration/libraries/swift) (coming soon) | ||
- [ ] [Getting started with R](https://surrealdb.com/docs/integration/libraries/r) (coming soon) | ||
|
||
<h2><img height="20" src="/img/features.svg"> Quick look</h2> | ||
<h2><img height="20" src="./img/features.svg"> Quick look</h2> | ||
|
||
With strongly-typed data types, data can be fully modelled right in the database. | ||
|
||
|
@@ -356,7 +356,7 @@ DEFINE TABLE post SCHEMALESS | |
; | ||
``` | ||
|
||
<h2><img height="20" src="/img/features.svg"> Why SurrealDB?</h2> | ||
<h2><img height="20" src="./img/features.svg"> Why SurrealDB?</h2> | ||
|
||
#### Database, API, and permissions | ||
|
||
|
@@ -418,7 +418,7 @@ Built entirely in Rust as a single library, SurrealDB is designed to be used as | |
|
||
![Designed to be embedded or in the cloud](/img/illustrations/cloud-or-embedded.png) | ||
|
||
<h2><img height="20" src="/img/community.svg"> Community</h2> | ||
<h2><img height="20" src="./img/community.svg"> Community</h2> | ||
|
||
Join our growing community around the world, for help, ideas, and discussions regarding SurrealDB. | ||
|
||
|
@@ -430,15 +430,15 @@ Join our growing community around the world, for help, ideas, and discussions re | |
- Join our [Dev community](https://dev.to/surrealdb) | ||
- Questions tagged #surrealdb on [Stack Overflow](https://stackoverflow.com/questions/tagged/surrealdb) | ||
|
||
<h2><img height="20" src="/img/contributing.svg"> Contributing</h2> | ||
<h2><img height="20" src="./img/contributing.svg"> Contributing</h2> | ||
|
||
We would <img width="15" src="/img/love.svg"> for you to get involved with SurrealDB development! If you wish to help, you can learn more about how you can contribute to this project in the [contribution guide](CONTRIBUTING.md). | ||
We would <img width="15" src="./img/love.svg"> for you to get involved with SurrealDB development! If you wish to help, you can learn more about how you can contribute to this project in the [contribution guide](CONTRIBUTING.md). | ||
|
||
<h2><img height="20" src="/img/security.svg"> Security</h2> | ||
<h2><img height="20" src="./img/security.svg"> Security</h2> | ||
|
||
For security issues, view our [vulnerability policy](https://github.com/surrealdb/surrealdb/security/policy), view our [security policy](https://surrealdb.com/legal/security), and kindly email us at [[email protected]](mailto:[email protected]) instead of posting a public issue on GitHub. | ||
|
||
<h2><img height="20" src="/img/license.svg"> License</h2> | ||
<h2><img height="20" src="./img/license.svg"> License</h2> | ||
|
||
Source code for SurrealDB is variously licensed under a number of different licenses. A copy of each license can be found in [each repository](https://github.com/surrealdb). | ||
|
||
|