forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: Add support for `npm unpublish` (go-gitea#20688) Allow multiple files in generic packages (go-gitea#20661) Refactor legacy git init (go-gitea#20376) Fix typo in source (go-gitea#20723) [skip ci] Updated translations via Crowdin Add issue filter for Author (go-gitea#20578) Fix init mail render logic (go-gitea#20704) Frontport changelog v1.17.0 (go-gitea#20712) Fix disable download button (go-gitea#20701) docs: move search input to navbar (go-gitea#20551) Fix SecToTime edge-cases (go-gitea#20610)
- Loading branch information
Showing
55 changed files
with
1,058 additions
and
364 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ params: | |
minGoVersion: 1.18 | ||
goVersion: 1.19 | ||
minNodeVersion: 14 | ||
search: nav | ||
|
||
outputs: | ||
home: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
date: "2019-11-12T16:00:00+02:00" | ||
title: "Search" | ||
slug: "search" | ||
weight: 4 | ||
toc: false | ||
draft: false | ||
sitemap: | ||
priority : 0.1 | ||
layout: "search" | ||
--- | ||
|
||
|
||
This file exists solely to respond to /search URL with the related `search` layout template. | ||
|
||
No content shown here is rendered, all content is based in the template layouts/doc/search.html | ||
|
||
Setting a very low sitemap priority will tell search engines this is not important content. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
date: "2019-11-12T16:00:00+02:00" | ||
title: "Search" | ||
slug: "search" | ||
weight: 4 | ||
toc: false | ||
draft: false | ||
sitemap: | ||
priority : 0.1 | ||
layout: "search" | ||
--- | ||
|
||
|
||
This file exists solely to respond to /search URL with the related `search` layout template. | ||
|
||
No content shown here is rendered, all content is based in the template layouts/doc/search.html | ||
|
||
Setting a very low sitemap priority will tell search engines this is not important content. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
date: "2019-11-12T16:00:00+02:00" | ||
title: "Search" | ||
slug: "search" | ||
weight: 4 | ||
toc: false | ||
draft: false | ||
sitemap: | ||
priority : 0.1 | ||
layout: "search" | ||
--- | ||
|
||
|
||
This file exists solely to respond to /search URL with the related `search` layout template. | ||
|
||
No content shown here is rendered, all content is based in the template layouts/doc/search.html | ||
|
||
Setting a very low sitemap priority will tell search engines this is not important content. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.