Skip to content

Commit e83cb6e

Browse files
committed
updated docs
1 parent 3187814 commit e83cb6e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/01-Overview.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ You will find the result of these initial goals archived in dash-labs v0.4.0. M
1414

1515
### Dash Labs 1.0.0 Goals
1616

17-
Dash Labs 1.0.0 is reset to start with Dash >= 2.0 as the base. We will continually add new projects, the first of which is
18-
the new and improved way to make multi-page apps.
19-
17+
Dash Labs is now set up to develop new features starting with `dash>=2.0` and `dash-bootstrap-components>=1.0`. The first new project we’ve added is the Dash `pages/` feature. We’ll be adding more new projects in the coming months.
2018

2119
## Documentation
22-
The documentation for Dash Labs can be found in the [docs/](./docs/) directory.
20+
Find the documentation for Dash Labs in the [docs/](./docs/) directory.
2321
- [01-Overview.md](https://github.com/plotly/dash-labs/blob/main/docs/01-Overview.md)
2422

2523
_Archived in dash-labs v0.4.0:_
@@ -34,7 +32,7 @@ _New in dash-labs v1.0.0:_
3432
- [08-MultiPageDashApp.md](https://github.com/plotly/dash-labs/blob/main/docs/08-MultiPageDashApp.md)
3533
- [09-MultiPageDashAppExamples.md](https://github.com/plotly/dash-labs/blob/main/docs/09-MultiPageDashAppExamples.md)
3634

37-
Examples and demos are located in the [docs/demos](./docs/demos) directory.
35+
Find examples and demos in the [docs/demos](./docs/demos) directory.
3836

3937
## Installation
4038
To install the latest version of dash-labs:
@@ -63,6 +61,3 @@ import dash_labs as dl
6361

6462
app = Dash(__name__, plugins=[dl.plugins.pages])
6563
```
66-
67-
> Note: it is recommended to import `dash_labs` as `dl`, and this is the convention that will be used throughout this document.
68-

0 commit comments

Comments
 (0)