Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move tech stack docs to the about page #1006

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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