This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree 4 files changed +13
-5
lines changed 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Put the following into it:
70
70
"name": "nodecg-io-<your-service-name>",
71
71
"version": "0.2.0",
72
72
"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>",
74
74
"author": {
75
75
"name": "<Your name>",
76
76
"url": "<Your github profile url>"
Original file line number Diff line number Diff line change 1
1
nodecg-io has a steadily growing and improving documentation. We are using
2
2
[ Markdown] ( https://en.wikipedia.org/wiki/Markdown ) to describe the content and
3
3
[ 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,
5
5
take a look at this [ guide] ( https://www.markdownguide.org/ ) . We also use many
6
6
plugins, so you may take a look at a curated list of
7
7
[ examples] ( docs_markdown.md ) of the extended syntax.
Original file line number Diff line number Diff line change 2
2
3
3
![ nodecg-io logo] ( assets/header_white.png )
4
4
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
+
5
15
[ ![ 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 )
6
16
[ ![ 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 )
7
17
[ ![ 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
24
15
25
** nodecg-io is a [ NodeCG] ( https://github.com/nodecg/nodecg ) -bundle that implements Social Media API's in the NodeCG framework**
16
26
17
- ## About nodecg-io
18
-
19
27
nodecg-io is the successor of
20
28
[ ChatOverflow] ( https://github.com/codeoverflow-org/chatoverflow ) . The aim of
21
29
this bundle is to simplify the code and expand the number of integrated
Original file line number Diff line number Diff line change 1
1
site_name : nodecg-io Documentation
2
2
site_author : codeoverflow.org
3
- site_url : https://nodecg.io /
3
+ site_url : https://codeoverflow-org.github.io/nodecg-io-docs /
4
4
copyright : " © 2020-2024 codeoverflow.org CC-BY-4.0"
5
5
6
6
theme :
You can’t perform that action at this time.
0 commit comments