Skip to content
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
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/community/sample-service/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
search:
exclude: true

title: Sample Service
title: Sample Service # The title of your project, this should match the name of the directory that you are putting this file in, as it influences sorting. For the directory name, use kebab-case with lowercase letters.
type: sample # Should be either 'service' or 'resource'
description: A short one-line description that will appear in the table on the community page.
maintainer: # `name` is required, and exactly one of `github`, `gitlab`, or 'repository' is required
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion scripts/community-tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def community_pages(filter="service"):
)
for f in files
if meta[f].get("type") == filter
]
],
key=lambda it: it[0].casefold(),
)
return tpl.render(
items=items,
Expand Down