Skip to content

Commit 92ed569

Browse files
vashkinaziSerhii Pylypchuk
authored andcommitted
Merge branch '4.2'
2 parents acb7eba + a09cd6f commit 92ed569

File tree

2 files changed

+33
-15
lines changed

2 files changed

+33
-15
lines changed

README.md

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,50 @@
1-
## DHTMLX Spreadsheet Documentation
1+
<h1 align="center"><a href="https://docs.dhtmlx.com/spreadsheet/">DHTMLX Spreadsheet Documentation</a></h1>
22

3-
### Installation
3+
[DHTMLX Spreadsheet](https://dhtmlx.com/docs/products/dhtmlxSpreadsheet/) is a client-side JavaScript component that allows editing and formatting data in spreadsheets online. It includes a configurable toolbar, handy menu and context menu, and adjustable grid, supports hot keys navigation, loads data both from external and local sources, provides the ability to localize interface into the desired language.
4+
5+
## Explore documentation locally
6+
7+
To run the Spreadsheet documentation locally, take the following steps:
8+
9+
#### 1. Clone the documentation to the local folder
10+
11+
```
12+
$ git clone [email protected]:DHTMLX/docs-spreadsheet.git
13+
$ cd docs-spreadsheet
14+
```
15+
16+
#### 2. Install dependencies
417

518
```
619
$ yarn
720
```
821

9-
### Local Development
22+
#### 3. Run the documentation on the local server and explore it
1023

1124
```
1225
$ yarn start
1326
```
1427

15-
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
28+
## Related sources
1629

17-
### Build
30+
[Download DHTMLX Spreadsheet](https://dhtmlx.com/docs/products/dhtmlxSpreadsheet/download.shtml)
1831

19-
```
20-
$ yarn build
21-
```
32+
[Live demos](https://snippet.dhtmlx.com/ihtkdcoc?mode=wide&text=#spreadsheet)
2233

23-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
34+
[Blog](https://dhtmlx.com/blog/tag/spreadsheet/)
2435

25-
### Deployment
36+
[Forum](https://forum.dhtmlx.com/c/widgets/spreadsheet)
2637

27-
```
28-
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
29-
```
38+
## Follow us
39+
40+
Star our GitHub repo :star:
41+
42+
Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes:
43+
44+
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
45+
46+
Follow us on [Twitter](https://twitter.com/dhtmlx) :feet:
47+
48+
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:
3049

31-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
50+
See our news on [Linkedin](https://www.linkedin.com/groups/3345009/) :mega:

docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ module.exports = {
277277
],
278278
},
279279
],
280-
copyright: `Copyright © ${new Date().getFullYear()} XB Software Ltd.`,
281280
},
282281
},
283282
presets: [

0 commit comments

Comments
 (0)