Skip to content

Commit

Permalink
Remove data migration references
Browse files Browse the repository at this point in the history
Signed-off-by: Indicado <[email protected]>
  • Loading branch information
Indicardo committed May 8, 2020
1 parent 560250f commit 15868df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,8 @@ Follow the steps below to get a working local installation of this documentation
2. Once it's done, run `npm start`. This command starts a local development server and opens up a browser window. Most changes are reflected live without needing to restart the server.
3. Depending where you host it, you can build the website using `npm build` if you intend to upload it yourself, or build it _and_ deploy it to Github pages using `GIT_USER=<Your GitHub username> USE_SSH=true npm deploy`. The later is a convenient way to build the website and push to the `gh-pages` branch.

## Immediate Plans

We are currently migrating all data from the old XML documentation site to this website (and we need help for this! Read on to see how to help).

Once this migration step is finished and this website has safely acquired all old data, we can begin to expand and the website will be ready for users to document additional features. In the meantime, if you find an undocumented feature, please create an Issue for it so it does not go unnoticed.

## How to Contribute

**`NOTE`**: Help us migrate old data! Check the `Help Migrate Past Files` guide on our website for details.

Before opening a Pull Request, please:

- Verify that there is no ongoing discussion concerning the implementation you wish to contribute. You can search for such a discussion in this repo's issues page.
Expand Down
42 changes: 0 additions & 42 deletions docs/guides/contribute/migrate.mdx

This file was deleted.

1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ module.exports = {
"guides/packaging/pruning-chunks",
"guides/packaging/compiling-and-releasing",
],
Contribute: ["guides/contribute/migrate"],
},
Examples: ["examples/airship-battle"],
};

0 comments on commit 15868df

Please sign in to comment.