summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidierRLopes <dro.lopes@campus.fct.unl.pt>2021-08-29 19:34:57 +0100
committerGitHub <noreply@github.com>2021-08-29 19:34:57 +0100
commitd6c410063500ef9a91ec91f7193aa1b15811e06f (patch)
tree91bcb805d3d7e7d4feb17a938cb11e230c6eb9fb
parentd8af43de9abef3bc9b14ccd2e542b44ccc7d3589 (diff)
Add structure for website (#722)
* Add structure for website * Update labels.yml
-rw-r--r--.github/workflows/labels.yml2
-rw-r--r--website/content/common/_index.md (renamed from website/content/stocks/discover_stocks/_index.md)0
-rw-r--r--website/content/common/behavioural_analysis/_index.md5
-rw-r--r--website/content/common/prediction_techniques/_index.md5
-rw-r--r--website/content/common/quantitative_analysis/_index.md5
-rw-r--r--website/content/common/technical_analysis/_index.md5
-rw-r--r--website/content/cryptocurrency/_index.md5
-rw-r--r--website/content/cryptocurrency/discovery/_index.md5
-rw-r--r--website/content/cryptocurrency/due_diligence/_index.md5
-rw-r--r--website/content/cryptocurrency/overview/_index.md5
-rw-r--r--website/content/cryptocurrency/report/_index.md5
-rw-r--r--website/content/economy/_index.md5
-rw-r--r--website/content/economy/report/_index.md5
-rw-r--r--website/content/forex/_index.md5
-rw-r--r--website/content/options/_index.md5
-rw-r--r--website/content/portfolio/_index.md5
-rw-r--r--website/content/portfolio/brokers/_index.md5
-rw-r--r--website/content/portfolio/portfolio_analysis/_index.md5
-rw-r--r--website/content/portfolio/portfolio_optimization/_index.md5
-rw-r--r--website/content/stocks/backtesting/_index.md5
-rw-r--r--website/content/stocks/comparison_analysis/_index.md5
-rw-r--r--website/content/stocks/dark_pool_shorts/_index.md5
-rw-r--r--website/content/stocks/discovery/_index.md5
-rw-r--r--website/content/stocks/discovery/ipo/_index.md (renamed from website/content/stocks/discover_stocks/ipo/_index.md)0
-rw-r--r--website/content/stocks/discovery/map/_index.md (renamed from website/content/stocks/discover_stocks/map/_index.md)0
-rw-r--r--website/content/stocks/due_diligence/_index.md5
-rw-r--r--website/content/stocks/fundamental_analysis/_index.md5
-rw-r--r--website/content/stocks/government/_index.md5
-rw-r--r--website/content/stocks/insider/_index.md5
-rw-r--r--website/content/stocks/report/_index.md5
-rw-r--r--website/content/stocks/screener/_index.md5
-rw-r--r--website/data/menu/main.yml68
-rw-r--r--website/data/menu/more.yml8
33 files changed, 205 insertions, 8 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml
index 40c31d8a5c5..bd6a8842c7a 100644
--- a/.github/workflows/labels.yml
+++ b/.github/workflows/labels.yml
@@ -10,7 +10,7 @@ jobs:
with:
mode: minimum
count: 1
- labels: "bug, build, do not merge, docker, docs, duplicate, enhancement, feat XS, feat S, feat M, feat L, feat XL, help wanted, refactor, tests"
+ labels: "website, bug, build, do not merge, docker, docs, duplicate, enhancement, feat XS, feat S, feat M, feat L, feat XL, help wanted, refactor, tests"
- uses: mheap/github-action-required-labels@v1
with:
mode: exactly
diff --git a/website/content/stocks/discover_stocks/_index.md b/website/content/common/_index.md
index 093e02e215d..093e02e215d 100644
--- a/website/content/stocks/discover_stocks/_index.md
+++ b/website/content/common/_index.md
diff --git a/website/content/common/behavioural_analysis/_index.md b/website/content/common/behavioural_analysis/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/common/behavioural_analysis/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/common/prediction_techniques/_index.md b/website/content/common/prediction_techniques/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/common/prediction_techniques/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/common/quantitative_analysis/_index.md b/website/content/common/quantitative_analysis/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/common/quantitative_analysis/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/common/technical_analysis/_index.md b/website/content/common/technical_analysis/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/common/technical_analysis/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/cryptocurrency/_index.md b/website/content/cryptocurrency/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/cryptocurrency/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/cryptocurrency/discovery/_index.md b/website/content/cryptocurrency/discovery/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/cryptocurrency/discovery/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/cryptocurrency/due_diligence/_index.md b/website/content/cryptocurrency/due_diligence/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/cryptocurrency/due_diligence/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/cryptocurrency/overview/_index.md b/website/content/cryptocurrency/overview/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/cryptocurrency/overview/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/cryptocurrency/report/_index.md b/website/content/cryptocurrency/report/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/cryptocurrency/report/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/economy/_index.md b/website/content/economy/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/economy/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/economy/report/_index.md b/website/content/economy/report/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/economy/report/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/forex/_index.md b/website/content/forex/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/forex/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/options/_index.md b/website/content/options/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/options/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/portfolio/_index.md b/website/content/portfolio/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/portfolio/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/portfolio/brokers/_index.md b/website/content/portfolio/brokers/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/portfolio/brokers/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/portfolio/portfolio_analysis/_index.md b/website/content/portfolio/portfolio_analysis/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/portfolio/portfolio_analysis/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/portfolio/portfolio_optimization/_index.md b/website/content/portfolio/portfolio_optimization/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/portfolio/portfolio_optimization/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/backtesting/_index.md b/website/content/stocks/backtesting/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/backtesting/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/comparison_analysis/_index.md b/website/content/stocks/comparison_analysis/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/comparison_analysis/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/dark_pool_shorts/_index.md b/website/content/stocks/dark_pool_shorts/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/dark_pool_shorts/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/discovery/_index.md b/website/content/stocks/discovery/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/discovery/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/discover_stocks/ipo/_index.md b/website/content/stocks/discovery/ipo/_index.md
index c6dbd98c07c..c6dbd98c07c 100644
--- a/website/content/stocks/discover_stocks/ipo/_index.md
+++ b/website/content/stocks/discovery/ipo/_index.md
diff --git a/website/content/stocks/discover_stocks/map/_index.md b/website/content/stocks/discovery/map/_index.md
index 5ef1f5fdc1d..5ef1f5fdc1d 100644
--- a/website/content/stocks/discover_stocks/map/_index.md
+++ b/website/content/stocks/discovery/map/_index.md
diff --git a/website/content/stocks/due_diligence/_index.md b/website/content/stocks/due_diligence/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/due_diligence/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/fundamental_analysis/_index.md b/website/content/stocks/fundamental_analysis/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/fundamental_analysis/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/government/_index.md b/website/content/stocks/government/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/government/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/insider/_index.md b/website/content/stocks/insider/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/insider/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/report/_index.md b/website/content/stocks/report/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/report/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/content/stocks/screener/_index.md b/website/content/stocks/screener/_index.md
new file mode 100644
index 00000000000..093e02e215d
--- /dev/null
+++ b/website/content/stocks/screener/_index.md
@@ -0,0 +1,5 @@
+---
+geekdocCollapseSection: true
+---
+
+{{< toc-tree >}}
diff --git a/website/data/menu/main.yml b/website/data/menu/main.yml
index b32decc1bce..98caffaa731 100644
--- a/website/data/menu/main.yml
+++ b/website/data/menu/main.yml
@@ -3,14 +3,70 @@ main:
- name: Stocks
ref: "/stocks"
sub:
- - name: Load
+ - name: load
ref: "/stocks/load"
- - name: Candle
+ - name: candle
ref: "/stocks/candle"
- - name: Discover Stocks
- ref: "/stocks/discover_stocks"
+ - name: Discovery
+ ref: "/stocks/discovery"
sub:
- name: ipo
- ref: "/stocks/discover_stocks/ipo"
+ ref: "/stocks/discovery/ipo"
- name: map
- ref: "/stocks/discover_stocks/map"
+ ref: "/stocks/discovery/map"
+ - name: Dark Pool Shorts
+ ref: "/stocks/dark_pool_shorts"
+ - name: Fundamental Analysis
+ ref: "/stocks/fundamental_analysis"
+ - name: Due Diligence
+ ref: "/stocks/due_diligence"
+ - name: Comparison Analysis
+ ref: "/stocks/comparison_analysis"
+ - name: Insider
+ ref: "/stocks/insider"
+ - name: Government
+ ref: "/stocks/government"
+ - name: Screener
+ ref: "/stocks/screener"
+ - name: Report
+ ref: "/stocks/report"
+ - name: Options
+ ref: "/options"
+ - name: Economy
+ ref: "/economy"
+ sub:
+ - name: report
+ ref: "/stocks/report"
+ - name: Forex
+ ref: "/forex"
+ - name: Portfolio
+ ref: "/portfolio"
+ sub:
+ - name: Brokers
+ ref: "/portfolio/brokers"
+ - name: Portfolio Analysis
+ ref: "/portfolio/portfolio_analysis"
+ - name: Portfolio Optimization
+ ref: "/portfolio/portfolio_optimization"
+ - name: Cryptocurrency
+ ref: "/cryptocurrency"
+ sub:
+ - name: Discovery
+ ref: "/cryptocurrency/discovery"
+ - name: Due Diligence
+ ref: "/cryptocurrency/due_diligence"
+ - name: Overview
+ ref: "/cryptocurrency/overview"
+ - name: Report
+ ref: "/cryptocurrency/report"
+ - name: Common
+ ref: "/common"
+ sub:
+ - name: Behavioural Analysis
+ ref: "/common/behavioural_analysis"
+ - name: Technical Analysis
+ ref: "/common/technical_analysis"
+ - name: Quantitative Analysis
+ ref: "/common/quantitative_analysis"
+ - name: Prediction Techniques
+ ref: "/common/prediction_techniques"
diff --git a/website/data/menu/more.yml b/website/data/menu/more.yml
index 3723cf0369c..1212c9badee 100644
--- a/website/data/menu/more.yml
+++ b/website/data/menu/more.yml
@@ -1,10 +1,16 @@
---
more:
- name: "View Source"
- ref: "https://github.com/GamestonkTerminal/GamestonkTerminal/website"
+ ref: "https://github.com/GamestonkTerminal/GamestonkTerminal"
external: true
icon: "gdoc_github"
- name: "License"
ref: "https://github.com/GamestonkTerminal/GamestonkTerminal/blob/main/LICENSE"
external: true
icon: "scales-of-justice"
+ - name: "Contributing"
+ ref: "https://github.com/GamestonkTerminal/GamestonkTerminal/blob/main/CONTRIBUTING.md"
+ external: true
+ icon: "gdoc_heart"
+
+