Skip to content

Commit

Permalink
Merge branch 'master' into fix/demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Sep 19, 2024
2 parents a81e1c2 + 883be95 commit 7474d0a
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ Updating the Documentation
+ Create the snippet in the [yaml file](./snipdoc.yml) or inline the code.
+ Run `snipdoc run`.

To run the documentation site locally, we use [zola](https://www.getzola.org/) so you'll need to [install](https://www.getzola.org/documentation/getting-started/installation/) it. The documentation site works with zola version `0.19.2` and since zola still has breaking changes, we make no guarantees about other versions.

Running the local preview
+ `cd docs-site`
+ `npm run serve` or `zola serve`

## Open A Pull Request

Expand Down
2 changes: 1 addition & 1 deletion docs-site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Loco is a productivity-first web and service framework in Rust"
compile_sass = true

# Whether to generate a feed file for the site
generate_feed = true
generate_feeds = true

# When set to "true", the generated HTML files are minified.
minify_html = false
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/authors/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Authors"
description = "The authurs of the blog articles."
date = 2021-04-01T08:00:00+00:00
updated = 2021-04-01T08:00:00+00:00
draft = false

# If add a new author page in this section, please add a new item,
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Docs"
description = "Docs for loco"
date = 2025-05-01T08:00:00+00:00
updated = 2021-05-01T08:00:00+00:00
sort_by = "weight"
weight = 1
template = "docs/section.html"
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/docs/extras/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Extras"
description = ""
date = 2025-05-01T18:00:00+00:00
updated = 2021-05-01T18:00:00+00:00
template = "docs/section.html"
sort_by = "weight"
weight = 5
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Getting Started"
description = ""
date = 2025-05-01T08:00:00+00:00
updated = 2021-05-01T08:00:00+00:00
template = "docs/section.html"
sort_by = "weight"
weight = 1
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/docs/infrastructure/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Infrastructure"
description = ""
date = 2025-05-01T18:00:00+00:00
updated = 2021-05-01T18:00:00+00:00
template = "docs/section.html"
sort_by = "weight"
weight = 4
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/docs/processing/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Processing"
description = ""
date = 2025-05-01T18:00:00+00:00
updated = 2021-05-01T18:00:00+00:00
template = "docs/section.html"
sort_by = "weight"
weight = 3
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/docs/resources/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Resources"
description = ""
date = 2025-05-01T19:00:00+00:00
updated = 2021-05-01T19:00:00+00:00
template = "docs/section.html"
sort_by = "weight"
weight = 6
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/docs/the-app/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "The App"
description = ""
date = 2025-05-01T18:00:00+00:00
updated = 2021-05-01T18:00:00+00:00
template = "docs/section.html"
sort_by = "weight"
weight = 2
Expand Down
2 changes: 0 additions & 2 deletions docs-site/content/privacy-policy/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Privacy Policy"
description = "We do not use cookies and we do not collect any personal data."
date = 2021-05-01T08:00:00+00:00
updated = 2020-05-01T08:00:00+00:00
draft = false

[extra]
Expand Down

0 comments on commit 7474d0a

Please sign in to comment.