Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz authored Oct 22, 2020
1 parent b381a7c commit 0bf3504
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,9 @@

Cloudflare’s open-source tool for building documentation.

_WIP, more to come..._

<!-- TODO -->
<!--
## Developing locally
Running the local development server ([localhost:8000](http://localhost:8000)):
```sh
npm run develop
```
Testing the build ([localhost:9000](http://localhost:9000)):
```sh
npm run build && npm run serve
```
## Documentation (for Docs Engine)
See https://docs-engine-docs.adam.workers.dev. (Note: This URL is temporary.)
https://developers.cloudflare.com/docs-engine

## Known issues

- [@gatsbyjs/gatsby#17506](https://github.com/gatsbyjs/gatsby/issues/17506) Console warning about `lazy=load` images missing dimensions. This is a known issue in Gatsby and the [recommendation as of Sept, 2019](https://github.com/gatsbyjs/gatsby/issues/17506#issuecomment-529904482) is to ignore it.
- Hard page loads with hashes don’t start scrolled when developing locally (e.g. `http://localhost:8000/#docs-content`).
-->

0 comments on commit 0bf3504

Please sign in to comment.