Remove how-to-use docs-page

This commit is contained in:
Ryan Watters 2017-03-31 17:59:58 -05:00
parent d2829694b3
commit 763dd22ce7

View File

@ -1,54 +0,0 @@
---
title: Using the Hugo Docs
linktitle: Using the Hugo Docs
description: The Hugo docs are optimized for consistency. Whenever possible, code samples and tutorials pull from a single example site. Doc content is grouped together to make learning Hugo easier and even more fun.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [getting started]
tags: [usage,docs,fundamentals]
tags_weight: 01
menu:
main:
parent: "Getting Started"
weight: 20
weight: 20 #rem
draft: true
aliases: [/getting-started/using-the-docs/]
toc: true
wip: true
notesforauthors:
wip: true
---
## Example Site
## Code Samples
Throughout the docs, you'll see four different types of code blocks.
### Standard
This should be obvious.
### Input Code Blocks (Copyable)
### Output Code Blocks
### Example Site Code Blocks
## Admonitions
### Note Admonitiion
### Warning Admonition
## Help Us Improve our Documentation
Interested in helping us improve the Hugo docs?
1. We've developed a [step-by-step guide for docs contributors][contributedocs] on how to submit a pull request after making changes locally.
2. If you're not up for git and GitHub, start a thread on the ["docs" category in the Hugo Forums][hugodiscussion]
[hugodiscussion]: https://discuss.gohugo.io/c/feature
[contributedocs]: /contribute/documentation/