Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.3k
Implement .org file rendering in Wiki#36018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Changes from1 commit
30254b9cb93344cb38c0451b76803931b8f36c23b83ae4823676a78583353a8e2812ca3268f6f997ce9ff0c005ba4ccf65884a1ed535a377914926f47785111707118File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -48,6 +48,7 @@ var ( | ||
| DisableMigrations bool | ||
| DisableStars bool `ini:"DISABLE_STARS"` | ||
| DefaultBranch string | ||
| DefaultWikiFormat string | ||
| AllowAdoptionOfUnadoptedRepositories bool | ||
| AllowDeleteOfUnadoptedRepositories bool | ||
| DisableDownloadSourceArchives bool | ||
| @@ -172,6 +173,7 @@ var ( | ||
| DisableMigrations: false, | ||
| DisableStars: false, | ||
| DefaultBranch: "main", | ||
| DefaultWikiFormat: "markdown", | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I don't think we need a global configuration? Author There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. It could be useful to have it for cases where you want every repo globally to support both or either upon creation while still leaving the repo owners the freedom to change it. | ||
| AllowForkWithoutMaximumLimit: true, | ||
| StreamArchives: true, | ||