Skip to content

Commit 286a668

Browse files
committed
Nest layouts.
1 parent 422ce03 commit 286a668

10 files changed

Lines changed: 73 additions & 80 deletions

File tree

docs/charts-app/toolbar/1-doji-screener.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ The Doji Screener helps the user find and evaluate stocks currently experiencing
1818
1. From green action bar, select "Add to Watchlist"
1919
1. Follow the prompts
2020

21-
22-
## FAQ
23-
24-
** This is an example FAQ, not real. **
25-
### Live data
26-
* Is the doji screener realtime?
27-
* The doji screener is almost realtime. We update it every few minutes when the market is open. In the Filter Area, see "Last updated ..." for exactly how up to date it is.
28-
29-
3021
## Reference
3122

3223
### Current and past data

docs/layout/1-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Wallstreet.io has three distinct apps, each with its own layout and purpose:
44

5-
* [Charts](./3-charts-app.md)
6-
* [Education](./4-education-app.md)
7-
* [Community](./5-community-app.md)
5+
* [Charts](./details/3-charts-app.md)
6+
* [Education](./details/4-education-app.md)
7+
* [Community](./details/5-community-app.md)
88

9-
Some elements are common to all apps. See [App and Account Bar](2-app-account-bar.md) for more.
9+
Some elements are common to all apps. See [App and Account Bar](./details/2-app-account-bar.md) for more.

docs/layout/3-charts-app.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/layout/4-education-app.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/layout/5-community-app.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# App and Account Bar
22

3-
![App and Account bar](../assets/screenshots/app-account-bar.png){ loading=lazy }
3+
![App and Account bar](../../assets/screenshots/app-account-bar.png){ loading=lazy }
44

55
The App and Account Bar and the Live Stream icon are always visible and the same no matter which app.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Charts app
2+
3+
## Major Areas
4+
![Charts app](../../assets/screenshots/charts-app.png){ loading=lazy }
5+
6+
### Chart Area
7+
![Charts app](../../assets/screenshots/chart-area.png){ loading=lazy }
8+
9+
* Stock Search
10+
* [Charting Tools](../../charts-app/chart-area/1-charting-tools.md)
11+
* [Plot](../../charts-app/chart-area/2-plot.md)
12+
13+
### Toolbar
14+
![Charts app](../../assets/screenshots/toolbar.png){ loading=lazy }
15+
16+
* Filter Area: The Filter Area is the top section where filters / dropdowns are located.
17+
* Data Area: The Data Area is the area below the Filter Area where filtered data will populate.
18+
* All tools:
19+
* [Doji Screener](../../charts-app/toolbar/1-doji-screener.md)
20+
* [Screener (Beta)](../../charts-app/toolbar/2-screener.md)
21+
* [Seasonality](../../charts-app/toolbar/3-seasonality.md)
22+
* [Fundamentals](../../charts-app/toolbar/4-fundamentals.md)
23+
* [Strategies](../../charts-app/toolbar/5-strategies.md)
24+
* [Strategy Builder](../../charts-app/toolbar/6-strategy-builder.md)
25+
26+
### Sidebar
27+
![Charts app](../../assets/screenshots/sidebar.png){ loading=lazy }
28+
29+
* Sidebar Widgets
30+
* Sidebar Display Area
31+
* All sidebar widgets:
32+
* [Watchlist](../../charts-app/sidebar/1-watchlist.md)
33+
* [Chatroom](../../charts-app/sidebar/2-chatroom.md)
34+
* [Alerts](../../charts-app/sidebar/3-alerts.md)
35+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Education app
2+
3+
![Education app](../../assets/screenshots/education-app.png){ loading=lazy }
4+
5+
## App components
6+
* Education Bar
7+
* Education Area
8+
9+
## All Education widgets:
10+
* [Getting Started](../../education-app/widgets/2-getting-started.md)
11+
* [Roadmaps](../../education-app/widgets/3-roadmaps.md)
12+
* [Wheel Strategy](../../education-app/widgets/4-wheel-strategy.md)
13+
* [Trade Prodigy](../../education-app/widgets/5-trade-prodigy.md)
14+
15+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Community app
2+
3+
![Community app](../../assets/screenshots/community-app.png){ loading=lazy }
4+
5+
## App components
6+
* Community Bar
7+
* Community Area
8+
9+
## All Community widgets:
10+
* [The Wall](../../community-app/widgets/2-the-wall.md)
11+
* [Live Streams](../../community-app/widgets/3-live-streams.md)
12+
* [Chat Rooms](../../community-app/widgets/4-chat-rooms.md)

zensical.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ nav = [
8686
]},
8787
{ "Layout" = [
8888
"layout/1-overview.md",
89-
"layout/2-app-account-bar.md",
90-
"layout/3-charts-app.md",
91-
"layout/4-education-app.md",
92-
"layout/5-community-app.md",
89+
{ "Details" = [
90+
"layout/details/2-app-account-bar.md",
91+
"layout/details/3-charts-app.md",
92+
"layout/details/4-education-app.md",
93+
"layout/details/5-community-app.md",
94+
]},
9395
]},
9496
]
9597

0 commit comments

Comments
 (0)