This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to branch aip-11 in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/aip-11 by this push: new 36f07ac Add more linters (#75) 36f07ac is described below commit 36f07accc45cbf564030d421da05ddfb51c849fa Author: Kamil Breguła <mik-...@users.noreply.github.com> AuthorDate: Fri Oct 11 18:35:02 2019 +0200 Add more linters (#75) --- .pre-commit-config.yaml | 15 +++++++++++++++ landing-pages/site/assets/scss/_accordion.scss | 2 -- landing-pages/site/assets/scss/main-custom.scss | 2 +- landing-pages/site/config.toml | 13 ++++++------- landing-pages/site/content/en/blog/_index.md | 1 - landing-pages/site/content/en/blog/news/_index.md | 2 -- .../site/content/en/blog/news/first-post/index.md | 2 -- landing-pages/site/content/en/blog/releases/_index.md | 2 -- landing-pages/site/content/en/docs/Concepts/_index.md | 4 +--- .../content/en/docs/Contribution guidelines/_index.md | 18 ++++++++---------- landing-pages/site/content/en/docs/Examples/_index.md | 2 -- .../site/content/en/docs/Getting started/_index.md | 1 - .../content/en/docs/Getting started/example-page.md | 2 +- landing-pages/site/content/en/docs/Overview/_index.md | 5 ++--- .../content/en/docs/Reference/parameter-reference.md | 2 +- .../site/content/en/docs/Tasks/Ponycopters/_index.md | 1 - .../docs/Tasks/Ponycopters/configuring-ponycopters.md | 2 +- .../en/docs/Tasks/Ponycopters/launching-ponycopters.md | 2 +- landing-pages/site/content/en/docs/Tasks/_index.md | 3 +-- landing-pages/site/content/en/docs/Tasks/beds.md | 2 +- landing-pages/site/content/en/docs/Tasks/porridge.md | 2 +- landing-pages/site/content/en/docs/Tasks/task.md | 2 +- landing-pages/site/content/en/docs/Tutorials/_index.md | 1 - .../site/content/en/docs/Tutorials/multi-bear.md | 2 +- .../site/content/en/docs/Tutorials/tutorial2.md | 2 +- landing-pages/site/content/en/docs/_index.md | 6 ++---- landing-pages/site/content/en/search.md | 1 - landing-pages/site/content/no/_index.html | 2 -- landing-pages/site/content/no/docs/_index.md | 2 -- .../site/content/no/docs/api-reference/_index.md | 2 -- .../content/no/docs/api-reference/examples/_index.md | 2 -- landing-pages/site/content/no/docs/big-data/_index.md | 2 -- .../site/content/no/docs/big-data/examples/_index.md | 2 -- .../site/content/no/docs/big-data/tutorials/_index.md | 2 -- .../site/content/no/docs/cloud-computing/_index.md | 2 -- .../content/no/docs/cloud-computing/examples/_index.md | 2 -- .../no/docs/cloud-computing/tutorials/_index.md | 2 -- .../site/content/no/docs/content-management/_index.md | 2 -- .../no/docs/content-management/tutorials/_index.md | 2 -- .../site/content/no/docs/cross-platform/_index.md | 2 -- .../content/no/docs/cross-platform/examples/_index.md | 2 -- .../content/no/docs/cross-platform/tutorials/_index.md | 2 -- landing-pages/site/content/no/search.md | 1 - 43 files changed, 45 insertions(+), 85 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ceeb03e..fac8e0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,3 +55,18 @@ repos: language: system files: \.js$ pass_filenames: false + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v2.3.0 + hooks: + - id: trailing-whitespace + - id: check-executables-have-shebangs + - id: check-json + - id: check-merge-conflict + - id: check-toml + - id: check-yaml + - id: detect-private-key + - id: end-of-file-fixer + - id: mixed-line-ending + - id: requirements-txt-fixer + - id: trailing-whitespace + args: [--markdown-linebreak-ext=md] diff --git a/landing-pages/site/assets/scss/_accordion.scss b/landing-pages/site/assets/scss/_accordion.scss index 33f9fdd..2c9af12 100644 --- a/landing-pages/site/assets/scss/_accordion.scss +++ b/landing-pages/site/assets/scss/_accordion.scss @@ -76,5 +76,3 @@ details.accordion { margin-top: 30px; } } - - diff --git a/landing-pages/site/assets/scss/main-custom.scss b/landing-pages/site/assets/scss/main-custom.scss index abf9037..ca88a7d 100644 --- a/landing-pages/site/assets/scss/main-custom.scss +++ b/landing-pages/site/assets/scss/main-custom.scss @@ -16,6 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - + @import "accordion"; @import "typography"; diff --git a/landing-pages/site/config.toml b/landing-pages/site/config.toml index 62d9cc0..c491265 100644 --- a/landing-pages/site/config.toml +++ b/landing-pages/site/config.toml @@ -137,31 +137,30 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY name = "User mailing list" url = "https://example.org/mail" icon = "fa fa-envelope" - desc = "Discussion and help from your fellow users" + desc = "Discussion and help from your fellow users" [[params.links.user]] name ="Twitter" url = "https://example.org/twitter" icon = "fab fa-twitter" - desc = "Follow us on Twitter to get the latest news!" + desc = "Follow us on Twitter to get the latest news!" [[params.links.user]] name = "Stack Overflow" url = "https://example.org/stack" icon = "fab fa-stack-overflow" - desc = "Practical questions and curated answers" + desc = "Practical questions and curated answers" # Developer relevant links. These will show up on right side of footer and in the community page if you have one. [[params.links.developer]] name = "GitHub" url = "https://github.com/google/docsy" icon = "fab fa-github" - desc = "Development takes place here!" + desc = "Development takes place here!" [[params.links.developer]] name = "Slack" url = "https://example.org/slack" icon = "fab fa-slack" - desc = "Chat with other project developers" + desc = "Chat with other project developers" [[params.links.developer]] name = "Developer mailing list" url = "https://example.org/mail" icon = "fa fa-envelope" - desc = "Discuss development issues around the project" - + desc = "Discuss development issues around the project" diff --git a/landing-pages/site/content/en/blog/_index.md b/landing-pages/site/content/en/blog/_index.md index 43820eb..d874c7f 100644 --- a/landing-pages/site/content/en/blog/_index.md +++ b/landing-pages/site/content/en/blog/_index.md @@ -10,4 +10,3 @@ menu: This is the **blog** section. It has two categories: News and Releases. Files in these directories will be listed in reverse chronological order. - diff --git a/landing-pages/site/content/en/blog/news/_index.md b/landing-pages/site/content/en/blog/news/_index.md index 13d25ea..95fb2c8 100644 --- a/landing-pages/site/content/en/blog/news/_index.md +++ b/landing-pages/site/content/en/blog/news/_index.md @@ -4,5 +4,3 @@ title: "News About Docsy" linkTitle: "News" weight: 20 --- - - diff --git a/landing-pages/site/content/en/blog/news/first-post/index.md b/landing-pages/site/content/en/blog/news/first-post/index.md index b6bfb47..ea3d903 100644 --- a/landing-pages/site/content/en/blog/news/first-post/index.md +++ b/landing-pages/site/content/en/blog/news/first-post/index.md @@ -42,5 +42,3 @@ Fetch and scale an image in the upcoming Hugo 0.43. ``` The image will be rendered at the size and byline specified in the front matter. - - diff --git a/landing-pages/site/content/en/blog/releases/_index.md b/landing-pages/site/content/en/blog/releases/_index.md index b1d9eb4..291bb85 100644 --- a/landing-pages/site/content/en/blog/releases/_index.md +++ b/landing-pages/site/content/en/blog/releases/_index.md @@ -4,5 +4,3 @@ title: "New Releases" linkTitle: "Releases" weight: 20 --- - - diff --git a/landing-pages/site/content/en/docs/Concepts/_index.md b/landing-pages/site/content/en/docs/Concepts/_index.md index 6cc6420..861a457 100644 --- a/landing-pages/site/content/en/docs/Concepts/_index.md +++ b/landing-pages/site/content/en/docs/Concepts/_index.md @@ -3,7 +3,7 @@ title: "Concepts" linkTitle: "Concepts" weight: 4 description: > - What does your user need to understand about your project in order to use it - or potentially contribute to it? + What does your user need to understand about your project in order to use it - or potentially contribute to it? --- {{% pageinfo %}} @@ -13,5 +13,3 @@ This is a placeholder page that shows you how to use this template site. For many projects, users may not need much information beyond the information in the [Overview](/docs/overview/), so this section is **optional**. However if there are areas where your users will need a more detailed understanding of a given term or feature in order to do anything useful with your project (or to not make mistakes when using it) put that information in this section. For example, you may want to add some conceptual pages if you have a large project with many components and [...] Remember to focus on what the user needs to know, not just what you think is interesting about your project! If they don’t need to understand your original design decisions to use or contribute to the project, don’t put them in, or include your design docs in your repo and link to them. Similarly, most users will probably need to know more about how features work when in use rather than how they are implemented. Consider a separate architecture page for more detailed implementation and s [...] - - diff --git a/landing-pages/site/content/en/docs/Contribution guidelines/_index.md b/landing-pages/site/content/en/docs/Contribution guidelines/_index.md index 4eef5f6..0333e3c 100644 --- a/landing-pages/site/content/en/docs/Contribution guidelines/_index.md +++ b/landing-pages/site/content/en/docs/Contribution guidelines/_index.md @@ -13,10 +13,10 @@ Don't forget to link to your own doc repo rather than our example site! Also mak {{% /pageinfo %}} We use [Hugo](https://gohugo.io/) to format and generate our website, the -[Docsy](https://github.com/google/docsy) theme for styling and site structure, -and [Netlify](https://www.netlify.com/) to manage the deployment of the site. -Hugo is an open-source static site generator that provides us with templates, -content organisation in a standard directory structure, and a website generation +[Docsy](https://github.com/google/docsy) theme for styling and site structure, +and [Netlify](https://www.netlify.com/) to manage the deployment of the site. +Hugo is an open-source static site generator that provides us with templates, +content organisation in a standard directory structure, and a website generation engine. You write the pages in Markdown (or HTML if you want), and Hugo wraps them up into a website. All submissions, including submissions by project members, require review. We @@ -32,15 +32,15 @@ updates: 1. Fork the [Goldydocs repo](https://github.com/google/docsy-example) on GitHub. 1. Make your changes and send a pull request (PR). -1. If you're not yet ready for a review, add "WIP" to the PR name to indicate - it's a work in progress. (**Don't** add the Hugo property - "draft = true" to the page front matter, because that prevents the +1. If you're not yet ready for a review, add "WIP" to the PR name to indicate + it's a work in progress. (**Don't** add the Hugo property + "draft = true" to the page front matter, because that prevents the auto-deployment of the content preview described in the next point.) 1. Wait for the automated PR workflow to do some checks. When it's ready, you should see a comment like this: **deploy/netlify — Deploy preview ready!** 1. Click **Details** to the right of "Deploy preview ready" to see a preview of your updates. -1. Continue updating your doc and pushing your changes until you're happy with +1. Continue updating your doc and pushing your changes until you're happy with the content. 1. When you're ready for a review, add a comment to the PR, and remove any "WIP" markers. @@ -77,5 +77,3 @@ If you've found a problem in the docs, but you're not sure how to fix it yoursel * [Docsy user guide](wherever it goes): All about Docsy, including how it manages navigation, look and feel, and multi-language support. * [Hugo documentation](https://gohugo.io/documentation/): Comprehensive reference for Hugo. * [Github Hello World!](https://guides.github.com/activities/hello-world/): A basic introduction to GitHub concepts and workflow. - - diff --git a/landing-pages/site/content/en/docs/Examples/_index.md b/landing-pages/site/content/en/docs/Examples/_index.md index efc8cc8..1caf688 100644 --- a/landing-pages/site/content/en/docs/Examples/_index.md +++ b/landing-pages/site/content/en/docs/Examples/_index.md @@ -13,5 +13,3 @@ This is a placeholder page that shows you how to use this template site. {{% /pageinfo %}} Do you have any example **applications** or **code** for your users in your repo or elsewhere? Link to your examples here. - - diff --git a/landing-pages/site/content/en/docs/Getting started/_index.md b/landing-pages/site/content/en/docs/Getting started/_index.md index d785bf2..c35a97f 100644 --- a/landing-pages/site/content/en/docs/Getting started/_index.md +++ b/landing-pages/site/content/en/docs/Getting started/_index.md @@ -33,4 +33,3 @@ Is there any initial setup users need to do after installation to try your proje ## Try it out! Can your users test their installation, for example by running a commmand or deploying a Hello World example? - diff --git a/landing-pages/site/content/en/docs/Getting started/example-page.md b/landing-pages/site/content/en/docs/Getting started/example-page.md index 46301af..99da343 100644 --- a/landing-pages/site/content/en/docs/Getting started/example-page.md +++ b/landing-pages/site/content/en/docs/Getting started/example-page.md @@ -44,7 +44,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Overview/_index.md b/landing-pages/site/content/en/docs/Overview/_index.md index c70053f..bb07332 100644 --- a/landing-pages/site/content/en/docs/Overview/_index.md +++ b/landing-pages/site/content/en/docs/Overview/_index.md @@ -11,7 +11,7 @@ This is a placeholder page that shows you how to use this template site. {{% /pageinfo %}} -The Overview is where your users find out about your project. Depending on the size of your docset, you can have a separate overview page (like this one) or put your overview contents in the Documentation landing page (like in the Docsy User Guide). +The Overview is where your users find out about your project. Depending on the size of your docset, you can have a separate overview page (like this one) or put your overview contents in the Documentation landing page (like in the Docsy User Guide). Try answering these questions for your user in this page: @@ -21,7 +21,7 @@ Introduce your project, including what it does or lets you do, why you would use ## Why do I want it? -Help your user know if your project will help them. Useful information can include: +Help your user know if your project will help them. Useful information can include: * **What is it good for?**: What types of problems does your project solve? What are the benefits of using it? @@ -35,4 +35,3 @@ Give your users next steps from the Overview. For example: * [Getting Started](/getting-started/): Get started with $project * [Examples](/examples/): Check out some example code! - diff --git a/landing-pages/site/content/en/docs/Reference/parameter-reference.md b/landing-pages/site/content/en/docs/Reference/parameter-reference.md index f2d8fbb..a32e1a7 100644 --- a/landing-pages/site/content/en/docs/Reference/parameter-reference.md +++ b/landing-pages/site/content/en/docs/Reference/parameter-reference.md @@ -43,7 +43,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Tasks/Ponycopters/_index.md b/landing-pages/site/content/en/docs/Tasks/Ponycopters/_index.md index 9582be7..9045da5 100644 --- a/landing-pages/site/content/en/docs/Tasks/Ponycopters/_index.md +++ b/landing-pages/site/content/en/docs/Tasks/Ponycopters/_index.md @@ -13,4 +13,3 @@ This is a placeholder page. Replace it with your own content. This is the section landing page. - diff --git a/landing-pages/site/content/en/docs/Tasks/Ponycopters/configuring-ponycopters.md b/landing-pages/site/content/en/docs/Tasks/Ponycopters/configuring-ponycopters.md index 2e87bca..f70afc5 100644 --- a/landing-pages/site/content/en/docs/Tasks/Ponycopters/configuring-ponycopters.md +++ b/landing-pages/site/content/en/docs/Tasks/Ponycopters/configuring-ponycopters.md @@ -44,7 +44,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Tasks/Ponycopters/launching-ponycopters.md b/landing-pages/site/content/en/docs/Tasks/Ponycopters/launching-ponycopters.md index 0735cab..9a2a1cb 100644 --- a/landing-pages/site/content/en/docs/Tasks/Ponycopters/launching-ponycopters.md +++ b/landing-pages/site/content/en/docs/Tasks/Ponycopters/launching-ponycopters.md @@ -44,7 +44,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Tasks/_index.md b/landing-pages/site/content/en/docs/Tasks/_index.md index e43ab7c..46f5ca6 100644 --- a/landing-pages/site/content/en/docs/Tasks/_index.md +++ b/landing-pages/site/content/en/docs/Tasks/_index.md @@ -14,7 +14,7 @@ This is a placeholder page that shows you how to use this template site. Think about your project’s features and use cases. Use these to choose your core tasks. Each granular use case (enable x, configure y) should have a corresponding tasks page or tasks page section. Users should be able to quickly refer to your core tasks when they need to find out how to do one specific thing, rather than having to look for the instructions in a bigger tutorial or example. Think of your tasks pages as a cookbook with different procedures your users can combine to create s [...] -You can give each task a page, or you can group related tasks together in a page, such as tasks related to a particular feature. As well as grouping related tasks in single pages, you can also group task pages in nested folders with an index page as an overview, as seen in this example site. Or if you have a small docset like the [Docsy User Guide](https://docsy.dev/docs/) with no Tutorials or Concepts pages, consider adding your feature-specific pages at the top level of your docs rathe [...] +You can give each task a page, or you can group related tasks together in a page, such as tasks related to a particular feature. As well as grouping related tasks in single pages, you can also group task pages in nested folders with an index page as an overview, as seen in this example site. Or if you have a small docset like the [Docsy User Guide](https://docsy.dev/docs/) with no Tutorials or Concepts pages, consider adding your feature-specific pages at the top level of your docs rathe [...] Each task should give the user @@ -22,4 +22,3 @@ Each task should give the user * What this task accomplishes. * Instructions for the task. If it involves editing a file, running a command, or writing code, provide code-formatted example snippets to show the user what to do! If there are multiple steps, provide them as a numbered list. * If appropriate, links to related concept, tutorial, or example pages. - diff --git a/landing-pages/site/content/en/docs/Tasks/beds.md b/landing-pages/site/content/en/docs/Tasks/beds.md index 6bfe534..78331ae 100644 --- a/landing-pages/site/content/en/docs/Tasks/beds.md +++ b/landing-pages/site/content/en/docs/Tasks/beds.md @@ -44,7 +44,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Tasks/porridge.md b/landing-pages/site/content/en/docs/Tasks/porridge.md index dfbe544..6cbdfc9 100644 --- a/landing-pages/site/content/en/docs/Tasks/porridge.md +++ b/landing-pages/site/content/en/docs/Tasks/porridge.md @@ -44,7 +44,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Tasks/task.md b/landing-pages/site/content/en/docs/Tasks/task.md index 6dd5939..dfaf2d9 100644 --- a/landing-pages/site/content/en/docs/Tasks/task.md +++ b/landing-pages/site/content/en/docs/Tasks/task.md @@ -44,7 +44,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Tutorials/_index.md b/landing-pages/site/content/en/docs/Tutorials/_index.md index df2584d..5ed2177 100644 --- a/landing-pages/site/content/en/docs/Tutorials/_index.md +++ b/landing-pages/site/content/en/docs/Tutorials/_index.md @@ -13,4 +13,3 @@ This is a placeholder page that shows you how to use this template site. {{% /pageinfo %}} Tutorials are **complete worked examples** made up of **multiple tasks** that guide the user through a relatively simple but realistic scenario: building an application that uses some of your project’s features, for example. If you have already created some Examples for your project you can base Tutorials on them. This section is **optional**. However, remember that although you may not need this section at first, having tutorials can be useful to help your users engage with your example [...] - diff --git a/landing-pages/site/content/en/docs/Tutorials/multi-bear.md b/landing-pages/site/content/en/docs/Tutorials/multi-bear.md index 2b6a334..6281c0a 100644 --- a/landing-pages/site/content/en/docs/Tutorials/multi-bear.md +++ b/landing-pages/site/content/en/docs/Tutorials/multi-bear.md @@ -43,7 +43,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/Tutorials/tutorial2.md b/landing-pages/site/content/en/docs/Tutorials/tutorial2.md index b6afc4e..d81f650 100644 --- a/landing-pages/site/content/en/docs/Tutorials/tutorial2.md +++ b/landing-pages/site/content/en/docs/Tutorials/tutorial2.md @@ -43,7 +43,7 @@ Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork b This is a code block following a header. ``` -Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. +Next level leggings before they sold out, PBR&B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan. #### Header 4 diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md index d5ec96a..d178a77 100644 --- a/landing-pages/site/content/en/docs/_index.md +++ b/landing-pages/site/content/en/docs/_index.md @@ -13,12 +13,10 @@ This is a placeholder page that shows you how to use this template site. {{% /pageinfo %}} -This section is where the user documentation for your project lives - all the information your users need to understand and successfully use your project. +This section is where the user documentation for your project lives - all the information your users need to understand and successfully use your project. -For large documentation sets we recommend adding content under the headings in this section, though if some or all of them don’t apply to your project feel free to remove them or add your own. You can see an example of a smaller Docsy documentation site in the [Docsy User Guide](https://docsy.dev/docs/), which lives in the [Docsy theme repo](https://github.com/google/docsy/tree/master/userguide) if you'd like to copy its docs section. +For large documentation sets we recommend adding content under the headings in this section, though if some or all of them don’t apply to your project feel free to remove them or add your own. You can see an example of a smaller Docsy documentation site in the [Docsy User Guide](https://docsy.dev/docs/), which lives in the [Docsy theme repo](https://github.com/google/docsy/tree/master/userguide) if you'd like to copy its docs section. Other content such as marketing material, case studies, and community updates should live in the [About](/about/) and [Community](/community/) pages. Find out how to use the Docsy theme in the [Docsy User Guide](https://docsy.dev/docs/). You can learn more about how to organize your documentation (and how we organized this site) in [Organizing Your Content](https://docsy.dev/docs/best-practices/organizing-content/). - - diff --git a/landing-pages/site/content/en/search.md b/landing-pages/site/content/en/search.md index e3690fd..db62198 100644 --- a/landing-pages/site/content/en/search.md +++ b/landing-pages/site/content/en/search.md @@ -3,4 +3,3 @@ title: Search Results layout: search --- - diff --git a/landing-pages/site/content/no/_index.html b/landing-pages/site/content/no/_index.html index 34fa971..92f5aed 100644 --- a/landing-pages/site/content/no/_index.html +++ b/landing-pages/site/content/no/_index.html @@ -18,5 +18,3 @@ linkTitle = "TechOS" </div> </div> {{< /blocks/cover >}} - - diff --git a/landing-pages/site/content/no/docs/_index.md b/landing-pages/site/content/no/docs/_index.md index 758791e..85f1a18 100644 --- a/landing-pages/site/content/no/docs/_index.md +++ b/landing-pages/site/content/no/docs/_index.md @@ -13,5 +13,3 @@ Dette er landingssiden til en seksjon på øverste nivå. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/api-reference/_index.md b/landing-pages/site/content/no/docs/api-reference/_index.md index 01bbce1..434835e 100644 --- a/landing-pages/site/content/no/docs/api-reference/_index.md +++ b/landing-pages/site/content/no/docs/api-reference/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/api-reference/examples/_index.md b/landing-pages/site/content/no/docs/api-reference/examples/_index.md index e9d36f1..09fdab6 100644 --- a/landing-pages/site/content/no/docs/api-reference/examples/_index.md +++ b/landing-pages/site/content/no/docs/api-reference/examples/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/big-data/_index.md b/landing-pages/site/content/no/docs/big-data/_index.md index 18291a3..3099701 100644 --- a/landing-pages/site/content/no/docs/big-data/_index.md +++ b/landing-pages/site/content/no/docs/big-data/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/big-data/examples/_index.md b/landing-pages/site/content/no/docs/big-data/examples/_index.md index 59958a7..cc7fae0 100644 --- a/landing-pages/site/content/no/docs/big-data/examples/_index.md +++ b/landing-pages/site/content/no/docs/big-data/examples/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/big-data/tutorials/_index.md b/landing-pages/site/content/no/docs/big-data/tutorials/_index.md index 5df264c..bac56d2 100644 --- a/landing-pages/site/content/no/docs/big-data/tutorials/_index.md +++ b/landing-pages/site/content/no/docs/big-data/tutorials/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/cloud-computing/_index.md b/landing-pages/site/content/no/docs/cloud-computing/_index.md index 7aeac70..7520216 100644 --- a/landing-pages/site/content/no/docs/cloud-computing/_index.md +++ b/landing-pages/site/content/no/docs/cloud-computing/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/cloud-computing/examples/_index.md b/landing-pages/site/content/no/docs/cloud-computing/examples/_index.md index a620689..b6027ca 100644 --- a/landing-pages/site/content/no/docs/cloud-computing/examples/_index.md +++ b/landing-pages/site/content/no/docs/cloud-computing/examples/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/cloud-computing/tutorials/_index.md b/landing-pages/site/content/no/docs/cloud-computing/tutorials/_index.md index 2bcaf67..8dea335 100644 --- a/landing-pages/site/content/no/docs/cloud-computing/tutorials/_index.md +++ b/landing-pages/site/content/no/docs/cloud-computing/tutorials/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/content-management/_index.md b/landing-pages/site/content/no/docs/content-management/_index.md index abc05cf..8cb8f0c 100644 --- a/landing-pages/site/content/no/docs/content-management/_index.md +++ b/landing-pages/site/content/no/docs/content-management/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/content-management/tutorials/_index.md b/landing-pages/site/content/no/docs/content-management/tutorials/_index.md index 3109c50..fc49f0d 100644 --- a/landing-pages/site/content/no/docs/content-management/tutorials/_index.md +++ b/landing-pages/site/content/no/docs/content-management/tutorials/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/cross-platform/_index.md b/landing-pages/site/content/no/docs/cross-platform/_index.md index 63734d7..eae7834 100644 --- a/landing-pages/site/content/no/docs/cross-platform/_index.md +++ b/landing-pages/site/content/no/docs/cross-platform/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/cross-platform/examples/_index.md b/landing-pages/site/content/no/docs/cross-platform/examples/_index.md index c392b3d..94a8afa 100644 --- a/landing-pages/site/content/no/docs/cross-platform/examples/_index.md +++ b/landing-pages/site/content/no/docs/cross-platform/examples/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/docs/cross-platform/tutorials/_index.md b/landing-pages/site/content/no/docs/cross-platform/tutorials/_index.md index b07a0a9..3f65de5 100644 --- a/landing-pages/site/content/no/docs/cross-platform/tutorials/_index.md +++ b/landing-pages/site/content/no/docs/cross-platform/tutorials/_index.md @@ -12,5 +12,3 @@ Dette er landingssiden til en seksjon et sted nede i seksjonshierarkiet. * Oppsummer * Seksjonen din * Her - - diff --git a/landing-pages/site/content/no/search.md b/landing-pages/site/content/no/search.md index c68d3b0..94d7864 100644 --- a/landing-pages/site/content/no/search.md +++ b/landing-pages/site/content/no/search.md @@ -3,4 +3,3 @@ title: Søkeresultat layout: search --- -