Commit graph

7 commits

Author SHA1 Message Date
aukokyong
0fc7276cc7
docs(v1): update phrasing for website directory relative to docs directory (#4346)
According to the file directory shown on this tutorial page (https://docusaurus.io/docs/en/tutorial-create-new-site), both the docs directory and the website directory are in the same level.
2021-03-04 16:23:35 +01:00
Tomas Fernandez
13bfe8dbc9
docs(v1): Docker: remind the user to use the --host flag (#4048)
* Update getting-started-docker.md to remind the user to use the --host flag

Currently this part of the docs doesn't remind the user to use the --host flag. If the user doesn't use it, then the website will not be accessible outside of the docker container. This is what the user ultimately wants, to avoid using node and ruby and develop/productivize his website in a container.

* Upper case correction

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-01-15 19:16:47 +01:00
Sébastien Lorber
18002ed573
docs(v1): suggest to use Docusaurus 2 even for non-FB websites (#4038) 2021-01-13 16:13:48 +01:00
Bright Egbo
2aae77124e
docs(v1): fix typo on Add Versions doc page (#3651)
The file generated when you run `npm run examples versions` is a versions.json file and not a version.js file
2020-10-28 15:24:15 +03:00
aakhtar3
6637e1dc82
docs(v1): added drone for 1.0 #3491 (#3538)
* docs(v1): added drone for 1.0 #3491

* Update getting-started-publishing.md

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2020-10-05 13:02:41 +02:00
SaintMalik
6dec70b69f
docs(v2): Fix url bugs in v2 docs (#3534)
* Fix broken link in the documentation

* Fix broken url caused by typo

* Fix broken link caused by typo
2020-10-04 19:46:48 +02:00
Sébastien Lorber
41ff9a9fd0
chore(v1): move v1 docs inside website-1.x (#3504)
* move v1 docs in website-1.x

* fix editUrl after moving v1 docs

* update crowdin source for v1 docs

* fix test after v1 config change

* migration cli should support customDocsPath (fix v1->v2 integration tests)

* fix migrationConfig.test.ts
2020-10-01 17:16:24 +02:00