Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit d19d4ea

Browse files
committed
Update website to reflect the end of nodecg-io
1 parent 9e1dc0a commit d19d4ea

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

docs/contribute/create_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Put the following into it:
7070
"name": "nodecg-io-<your-service-name>",
7171
"version": "0.2.0",
7272
"description": "<Short description what is possible with your service.>",
73-
"homepage": "https://nodecg.io/RELEASE/samples/<your-service-name>",
73+
"homepage": "https://codeoverflow-org.github.io/nodecg-io-docs/RELEASE/samples/<your-service-name>",
7474
"author": {
7575
"name": "<Your name>",
7676
"url": "<Your github profile url>"

docs/contribute/docs_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nodecg-io has a steadily growing and improving documentation. We are using
22
[Markdown](https://en.wikipedia.org/wiki/Markdown) to describe the content and
33
[mkdocs](https://www.mkdocs.org/) for the deployment to the webpage
4-
(<https://nodecg.io>). If you want to get to know the standard Markdown syntax,
4+
(<https://codeoverflow-org.github.io/nodecg-io-docs>). If you want to get to know the standard Markdown syntax,
55
take a look at this [guide](https://www.markdownguide.org/). We also use many
66
plugins, so you may take a look at a curated list of
77
[examples](docs_markdown.md) of the extended syntax.

docs/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
![nodecg-io logo](assets/header_white.png)
44

5+
# ⚠️ nodecg-io is abandoned
6+
7+
This project is no longer actively maintained and is archived.
8+
The domain [nodecg.io](https://codeoverflow-org.github.io/nodecg-io-docs/RELEASE/) is also not available anymore.
9+
Use this project at your own risk - breaking APIs and security vulnerabilities are expected to happen soon.
10+
If you wish to continue nodecg-io, please fork it.
11+
Similar projects may or may not happen in the future [here](https://github.com/sebinside).
12+
13+
## About nodecg-io
14+
515
[![Feature Requests](https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/enhancement?label=Feature%20Requests&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/labels/enhancement)
616
[![Bugs](https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/bug?label=Bugs&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/labels/bug)
717
[![Pull Requests](https://img.shields.io/github/issues-pr/codeoverflow-org/nodecg-io?label=Pull%20Requests&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/pulls)
@@ -14,8 +24,6 @@
1424

1525
**nodecg-io is a [NodeCG](https://github.com/nodecg/nodecg)-bundle that implements Social Media API's in the NodeCG framework**
1626

17-
## About nodecg-io
18-
1927
nodecg-io is the successor of
2028
[ChatOverflow](https://github.com/codeoverflow-org/chatoverflow). The aim of
2129
this bundle is to simplify the code and expand the number of integrated

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: nodecg-io Documentation
22
site_author: codeoverflow.org
3-
site_url: https://nodecg.io/
3+
site_url: https://codeoverflow-org.github.io/nodecg-io-docs/
44
copyright: "© 2020-2024 codeoverflow.org CC-BY-4.0"
55

66
theme:

0 commit comments

Comments
 (0)