Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Georg Koppen
cstate
Commits
210865bc
Commit
210865bc
authored
Oct 12, 2019
by
Mantas Vilčinskas
Browse files
Added outputs for the API introduced in v4 to NCMS
parent
847b0718
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
210865bc
...
...
@@ -30,8 +30,9 @@
+
Works not just on mobile, but also on the archaic Internet Explorer 8
+
Makes you accountable, showcasing how long it took for an issue to be resolved
+
Great for data manipulation and viewing — has RSS, tag-like system feeds
+
Customizable views, colors, and other elements
**Fast, reliable, and free**
**Fast, reliable, and free
(even to host)
**
+
Built with
[
Hugo
](
https://gohugo.io
)
, a hyperfast Golang generator
+
Secure, ready for HTTPS, thanks to
[
JAMstack
](
https://jamstack.org/
)
...
...
@@ -42,6 +43,7 @@
+
Edit your status page from a simple config file
+
Comes pre-equipped with Netlify CMS for quick admin updates
+
Extensive documentation on the
[
wiki
](
https://github.com/cstate/cstate/wiki
)
+
[
Read-only API available
](
https://github.com/cstate/cstate/wiki/API
)
## Getting started 💻
...
...
static/admin/config.yml
View file @
210865bc
...
...
@@ -245,3 +245,22 @@ collections:
widget
:
"
hidden"
fields
:
-
{
label
:
"
affected"
,
name
:
"
affected"
,
widget
:
"
hidden"
,
default
:
"
affected"
}
-
label
:
"
outputs
(Do
not
touch!)"
name
:
outputs
widget
:
"
hidden"
fields
:
-
label
:
"
page"
name
:
page
widget
:
"
list"
allow_add
:
false
default
:
[
'
html'
,
'
json'
]
-
label
:
"
section"
name
:
section
widget
:
"
list"
allow_add
:
false
default
:
[
'
html'
,
'
json'
,
'
rss'
]
-
label
:
"
home"
name
:
home
widget
:
"
list"
allow_add
:
false
default
:
[
'
html'
,
'
json'
,
'
rss'
]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment