diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-10-02 17:25:52 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-10-03 16:00:05 +0200 |
| commit | eb62ea0bd9ce87ca2aef05dc6b108ae79c4ce06c (patch) | |
| tree | b1719186bcd002bc592a88b60dfd7132465e4f97 | |
| parent | f4286820d93eea7cfb1953aa6e43782a53a1e629 (diff) | |
Remove old documentation
| -rw-r--r-- | .gitignore | 9 | ||||
| -rw-r--r-- | doc_old/getting-started.md (renamed from doc/getting-started.md) | 0 | ||||
| -rw-r--r-- | doc_old/references.md (renamed from doc/references.md) | 0 | ||||
| -rw-r--r-- | website/404.html | 5 | ||||
| -rw-r--r-- | website/index.html | 6 |
5 files changed, 1 insertions, 19 deletions
@@ -33,13 +33,6 @@ /.vscode/ /.idea/ -/dst/ .env .DS_Store -/testdata/dst/ -*.exe -*.o -*.out -*.so -*.a -*.dll +node_modules diff --git a/doc/getting-started.md b/doc_old/getting-started.md index f8cbf8a..f8cbf8a 100644 --- a/doc/getting-started.md +++ b/doc_old/getting-started.md diff --git a/doc/references.md b/doc_old/references.md index ab16245..ab16245 100644 --- a/doc/references.md +++ b/doc_old/references.md diff --git a/website/404.html b/website/404.html deleted file mode 100644 index bc532b9..0000000 --- a/website/404.html +++ /dev/null @@ -1,5 +0,0 @@ -<!DOCTYPE html> -<meta charset="UTF-8"> -<meta name="viewport" content="width=device-width,initial-scale=1"> -<title>SVGU</title> -<p>404. diff --git a/website/index.html b/website/index.html deleted file mode 100644 index a0c8bd1..0000000 --- a/website/index.html +++ /dev/null @@ -1,6 +0,0 @@ -<!DOCTYPE html> -<meta charset="UTF-8"> -<meta http-equiv="refresh" content="0; url=https://github.com/nseezero/svgu"> -<meta name="viewport" content="width=device-width,initial-scale=1"> -<title>SVGU</title> -<p>Redirecting to <a href="https://github.com/nseezero/svgu">here</a>. |
