All Projects → kata-ai → kata-platform-docs

kata-ai / kata-platform-docs

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown LICENSE-DOCS
Documentations for the Kata Platform.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to kata-platform-docs

docs
Documentation for Bolt.
Stars: ✭ 47 (-16.07%)
Mutual labels:  docs
V-zh
中文翻译:<vlang-io/V> V 编程语言(未发布,但从数据看,值得了解一下) ❤️ ❤️
Stars: ✭ 12 (-78.57%)
Mutual labels:  docs
yard-junk
Get rid of the junk in your YARD docs
Stars: ✭ 61 (+8.93%)
Mutual labels:  docs
docs
Source for Storj DCS docs
Stars: ✭ 63 (+12.5%)
Mutual labels:  docs
docs
লারাভেল বাংলা ডকুমেন্টেশন
Stars: ✭ 32 (-42.86%)
Mutual labels:  docs
fnd-docs
Foundation developer docs
Stars: ✭ 33 (-41.07%)
Mutual labels:  docs
docs-next
Vue 3 Core Documentation Translated in Indonesian
Stars: ✭ 22 (-60.71%)
Mutual labels:  docs
docs
Documentation site for LFE
Stars: ✭ 23 (-58.93%)
Mutual labels:  docs
api-docs
Flarum API Docs
Stars: ✭ 15 (-73.21%)
Mutual labels:  docs
jsdoc-action
📖 GitHub Action to build JSDoc documentation
Stars: ✭ 61 (+8.93%)
Mutual labels:  docs
LearningReIn30Mins
正则表达式30分钟入门
Stars: ✭ 20 (-64.29%)
Mutual labels:  docs
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+125%)
Mutual labels:  docs
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+21.43%)
Mutual labels:  docs
docs
docs for Instabot project
Stars: ✭ 73 (+30.36%)
Mutual labels:  docs
roll.urown.net
How to roll your own private self-hosted internet services.
Stars: ✭ 63 (+12.5%)
Mutual labels:  docs
taocpp.github.io
The Art of C++ Website
Stars: ✭ 14 (-75%)
Mutual labels:  docs
docs
Cucumber user documentation
Stars: ✭ 110 (+96.43%)
Mutual labels:  docs
collective
How the unified collective is governed
Stars: ✭ 41 (-26.79%)
Mutual labels:  docs
thelounge.github.io
🌍 ‎ The official website for The Lounge
Stars: ✭ 33 (-41.07%)
Mutual labels:  docs
docs
The documentation for Firefly III
Stars: ✭ 30 (-46.43%)
Mutual labels:  docs

[DEPRECATED - No longer actively maintained] kata-platform-docs

This is no longer maintained. Currently using NextJS version in here


Documentation website for the Kata Platform

Welcome to the GitHub project for the Kata Platform documentation! We've built this site from the ground-up with performance, accessibility, and fanciness in mind. You can access the documentation website at https://docs.kata.ai


Contributing

Something is missing/incorrect? Don't hesitate to create a pull request! The following section outlines how you can contribute to our documentation site.

Development guide

Prerequisites

  • Node.js (8.0.0+)
  • Yarn (Optional. You can still use npm if you want, but highly recommended for your own sanity.)

Initial setup

Clone this repository.

git clone https://github.com/kata-ai/kata-platform-docs.git

cd to the generated project. Here we'll have to install our node dependencies. To do so, run (one of) the following command(s).

# npm
npm install
# yarn
yarn

Running the server

To start working on this documentation, you need to start a development server.

# npm
npm run dev
# yarn
yarn dev

Commit message guidelines

We use Commitizen with the cz-conventional-changelog standard. We included the Commitizen CLI inside the repository so that you can generate a formatted commit message simply by typing yarn commit (or npm commit).

Format

<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

The first line must contain a commit type, an optional scope, and the subject of the commit.

The message body contains a longer description of the change. This is reserved for any information that won't fit inside the subject line of a commit message. Note that each line of the commit message should not be longer than 72 characters.

Footer is optional, and contains any additional information for the commit (e.g. issues fixed, breaking changes).

Commit types

We use the following conventional-changelog commit types:

feat:     A new feature
fix:      A bug fix
docs:     Documentation only changes
style:    Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: A code change that neither fixes a bug nor adds a feature
perf:     A code change that improves performance
test:     Adding missing tests or correcting existing tests
build:    Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ci:       Changes to our CI configuration files and scripts (example scopes: travis, circle)
chore:    Other changes that don't modify src or test files
revert:   Reverts a previous commit

Credits

This project is bootstrapped with Grundgesetz, a documentation skeleton for Gatsby made by Kata.ai.

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].