mirror of
https://github.com/flutter/samples.git
synced 2026-04-04 18:51:05 +00:00
Simplify samples index and remove cookbook recipes (#2102)
Remove the cookbook recipes from the samples index in a step to eventually remove it as a whole. The cookbook recipe listings in the index haven't been updated in a long time, the support for updating them doesn't work, and this isn't generally how people are finding cookbook recipes. This has the added benefit of reducing repo size quite a bit due to the large images.
This commit is contained in:
@@ -33,12 +33,3 @@ $ dart run grinder build-release
|
||||
```
|
||||
|
||||
This outputs the completely built index to `./public`.
|
||||
|
||||
## Generating cookbook content
|
||||
|
||||
The cookbook articles are generated using a WebDriver script
|
||||
that scrapes the docs.flutter.dev website. To run:
|
||||
|
||||
1. Install [ChromeDriver](https://chromedriver.chromium.org/downloads)
|
||||
2. run `chromedriver --port=4444 --url-base=wd/hub --verbose`
|
||||
3. run `dart run grinder scrape-cookbook`
|
||||
|
||||
Reference in New Issue
Block a user