This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 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:
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>"
Original file line number Diff line number Diff line change 11nodecg-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,
55take a look at this [ guide] ( https://www.markdownguide.org/ ) . We also use many
66plugins, so you may take a look at a curated list of
77[ examples] ( docs_markdown.md ) of the extended syntax.
Original file line number Diff line number Diff line change 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 )
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-
1927nodecg-io is the successor of
2028[ ChatOverflow] ( https://github.com/codeoverflow-org/chatoverflow ) . The aim of
2129this bundle is to simplify the code and expand the number of integrated
Original file line number Diff line number Diff line change 11site_name : nodecg-io Documentation
22site_author : codeoverflow.org
3- site_url : https://nodecg.io /
3+ site_url : https://codeoverflow-org.github.io/nodecg-io-docs /
44copyright : " © 2020-2024 codeoverflow.org CC-BY-4.0"
55
66theme :
You can’t perform that action at this time.
0 commit comments