Skip to content

Commit

Permalink
move tech stack docs to the about page
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 23, 2022
1 parent 8c4fc75 commit e0a0fdc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
skip_processing = true

[build.environment]
NODE_VERSION = "14.16.0"
NODE_VERSION = "14.16.0"

[[redirects]]
from = "/docs/tech-stack/"
to = "/about/tech-stack/"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: 'tech-stack'
menu: side
title: 'Tech Stack'
index: 11
index: 4
linkheadings: 3
---

Expand Down
2 changes: 1 addition & 1 deletion www/pages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ To continue learning more about Greenwood, please feel free to browse the other
- [Markdown](/docs/markdown/): Using markdown and related authoring capabilities supported by Greenwood.
- [Styles and Assets](/docs/css-and-images/): How to style and theme your project with CSS.
- [Templates](/docs/layouts/): Controlling the layout of your pages.
- [Tech Stack](/docs/tech-stack/): What's under the hood.
- [Tech Stack](/about/tech-stack/): What's under the hood.
2 changes: 1 addition & 1 deletion www/pages/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index: 3
---

## Introduction
First off, thank you for taking the time to check out **Greenwood**! Under the hood Greenwood is taking advantage of the power of the modern web ([and friends !](/docs/tech-stack/)) to drive a modern development workflow that helps you deliver a modern, performant and pleasant experience for your users... using the web languages you already know!
First off, thank you for taking the time to check out **Greenwood**! Under the hood Greenwood is taking advantage of the power of the modern web ([and friends !](/about/tech-stack/)) to drive a modern development workflow that helps you deliver a modern, performant and pleasant experience for your users... using the web languages you already know!

## Your First Project
To get things started, we first want to make sure everyone can get their first project up and running as easily and quickly as possible, and so through this guide, we will walk through everything you need to get started with your first project, including:
Expand Down

0 comments on commit e0a0fdc

Please sign in to comment.