mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
chore(editor): the table tool was updated (#127)
* update editor, table, readme * upd picture
This commit is contained in:
parent
541c145e72
commit
180e1d57cb
4 changed files with 61 additions and 38 deletions
31
README.md
31
README.md
|
@ -1,6 +1,15 @@
|
|||
## Set up the environment
|
||||
# CodeX Docs
|
||||
|
||||
Engine for documentation website using [Editor.js](//editorjs.io)
|
||||
|
||||

|
||||
|
||||
## Development
|
||||
|
||||
### Set up the environment
|
||||
|
||||
Install node version manager and required version of node js
|
||||
|
||||
```
|
||||
$ chmod u+x ./bin/nvm.sh && ./bin/nvm.sh
|
||||
$ nvm install
|
||||
|
@ -17,27 +26,27 @@ $ brew install yarn --without-node
|
|||
|
||||
Or download it directly from the [website](https://yarnpkg.com/en/docs/install)
|
||||
|
||||
## Install npm packages
|
||||
### Install npm packages
|
||||
|
||||
```
|
||||
$ yarn install --frozen-lockfile
|
||||
```
|
||||
|
||||
## Available scripts
|
||||
### Available scripts
|
||||
|
||||
### Start the server
|
||||
#### Start the server
|
||||
|
||||
```
|
||||
$ yarn start
|
||||
```
|
||||
|
||||
### Run ESLint with `--fix` option
|
||||
#### Run ESLint with `--fix` option
|
||||
|
||||
```
|
||||
$ yarn lint
|
||||
```
|
||||
|
||||
### Run tests
|
||||
#### Run tests
|
||||
|
||||
```
|
||||
$ yarn test
|
||||
|
@ -48,3 +57,13 @@ $ yarn test
|
|||
To manage pages you need to authorize (available on `/auth`).
|
||||
|
||||
To generate password use `yarn generatePassword [password]` command.
|
||||
|
||||
# About CodeX
|
||||
|
||||
<img align="right" width="120" height="120" src="https://codex.so/public/app/img/codex-logo.svg" hspace="50">
|
||||
|
||||
CodeX is a team of digital specialists around the world interested in building high-quality open source products on a global market. We are [open](https://codex.so/join) for young people who want to constantly improve their skills and grow professionally with experiments in cutting-edge technologies.
|
||||
|
||||
| 🌐 | Join 👋 | Twitter | Instagram |
|
||||
| -- | -- | -- | -- |
|
||||
| [codex.so](https://codex.so) | [codex.so/join](https://codex.so/join) |[@codex_team](http://twitter.com/codex_team) | [@codex_team](http://instagram.com/codex_team) |
|
||||
|
|
10
package.json
10
package.json
|
@ -46,17 +46,17 @@
|
|||
"@babel/preset-env": "^7.1.0",
|
||||
"@codexteam/misprints": "^1.0.0",
|
||||
"@editorjs/checklist": "^1.3.0",
|
||||
"@editorjs/code": "^2.6.0",
|
||||
"@editorjs/code": "^2.7.0",
|
||||
"@editorjs/delimiter": "^1.2.0",
|
||||
"@editorjs/editorjs": "^2.19.0",
|
||||
"@editorjs/header": "^2.6.0",
|
||||
"@editorjs/editorjs": "^2.22.2",
|
||||
"@editorjs/header": "^2.6.1",
|
||||
"@editorjs/image": "^2.6.0",
|
||||
"@editorjs/inline-code": "^1.3.1",
|
||||
"@editorjs/link": "^2.3.1",
|
||||
"@editorjs/list": "^1.6.1",
|
||||
"@editorjs/list": "^1.6.2",
|
||||
"@editorjs/marker": "^1.2.2",
|
||||
"@editorjs/raw": "^2.3.0",
|
||||
"@editorjs/table": "^1.3.0",
|
||||
"@editorjs/table": "^2.0.1",
|
||||
"@editorjs/warning": "^1.2.0",
|
||||
"autoprefixer": "^9.1.3",
|
||||
"babel": "^6.23.0",
|
||||
|
|
15
public/dist/editor.bundle.js
vendored
15
public/dist/editor.bundle.js
vendored
File diff suppressed because one or more lines are too long
43
yarn.lock
43
yarn.lock
|
@ -718,24 +718,25 @@
|
|||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/checklist/-/checklist-1.3.0.tgz#98c08f0c6a8b62a2b1a0f181604c1a8c8edc15b1"
|
||||
|
||||
"@editorjs/code@^2.6.0":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/code/-/code-2.6.0.tgz#402df60d788e211894fde755c5435ba26cc075da"
|
||||
"@editorjs/code@^2.7.0":
|
||||
version "2.7.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/code/-/code-2.7.0.tgz#0a21de9ac15e4533605ffcc80969513ab2142ac5"
|
||||
|
||||
"@editorjs/delimiter@^1.2.0":
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/delimiter/-/delimiter-1.2.0.tgz#5075f1a3e68765cfb6aec8694b316d81e2b41607"
|
||||
|
||||
"@editorjs/editorjs@^2.19.0":
|
||||
version "2.19.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/editorjs/-/editorjs-2.19.0.tgz#ac98f7b1e627c89b51c4430f6aa325e873ade7fc"
|
||||
"@editorjs/editorjs@^2.22.2":
|
||||
version "2.22.2"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/editorjs/-/editorjs-2.22.2.tgz#bf1d10c9fa9dd1dc574c18d8f4b77fef43d8e7f6"
|
||||
dependencies:
|
||||
codex-notifier "^1.1.2"
|
||||
codex-tooltip "^1.0.1"
|
||||
codex-tooltip "^1.0.2"
|
||||
nanoid "^3.1.22"
|
||||
|
||||
"@editorjs/header@^2.6.0":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/header/-/header-2.6.0.tgz#64d1c6af7eefd7ad272d12dbf7ccef8b56771240"
|
||||
"@editorjs/header@^2.6.1":
|
||||
version "2.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/header/-/header-2.6.1.tgz#454a46e4dbb32ae3aa1db4d22b0ddf2cc36c3134"
|
||||
|
||||
"@editorjs/image@^2.6.0":
|
||||
version "2.6.0"
|
||||
|
@ -751,9 +752,9 @@
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.10.2"
|
||||
|
||||
"@editorjs/list@^1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/list/-/list-1.6.1.tgz#1ca397bb687457ecc50c98a473338470a58d8df8"
|
||||
"@editorjs/list@^1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/list/-/list-1.6.2.tgz#38cb307d78ec8b6c55480c538805cdc2ff250ad1"
|
||||
|
||||
"@editorjs/marker@^1.2.2":
|
||||
version "1.2.2"
|
||||
|
@ -763,9 +764,9 @@
|
|||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/raw/-/raw-2.3.0.tgz#d0c3daa1144e38b4d92bc5eca2faebba337bfae7"
|
||||
|
||||
"@editorjs/table@^1.3.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/table/-/table-1.3.0.tgz#d203352135c86909df8bdb5a6c323a5c5041600d"
|
||||
"@editorjs/table@^2.0.1":
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/table/-/table-2.0.1.tgz#ec7726b7b662ed4ddbcd023e9a4644fbb6ea73b8"
|
||||
|
||||
"@editorjs/warning@^1.2.0":
|
||||
version "1.2.0"
|
||||
|
@ -1854,9 +1855,9 @@ codex-notifier@^1.1.2:
|
|||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/codex-notifier/-/codex-notifier-1.1.2.tgz#a733079185f4c927fa296f1d71eb8753fe080895"
|
||||
|
||||
codex-tooltip@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/codex-tooltip/-/codex-tooltip-1.0.1.tgz#f6e4f39d81507f9c455b667f1287746d14ee8056"
|
||||
codex-tooltip@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/codex-tooltip/-/codex-tooltip-1.0.2.tgz#81a9d3e2937658c6e5312106b47b9f094ff7be63"
|
||||
|
||||
collection-visit@^1.0.0:
|
||||
version "1.0.0"
|
||||
|
@ -4642,6 +4643,10 @@ nan@^2.12.1:
|
|||
version "2.14.1"
|
||||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
|
||||
|
||||
nanoid@^3.1.22:
|
||||
version "3.1.23"
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
|
||||
|
||||
nanomatch@^1.2.9:
|
||||
version "1.2.13"
|
||||
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue