-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1952 from owncloud/22042021_accounts-settings-gen…
…erate-docs [docs-only] Add release guides for accounts & settings, fix issue link in settings/package.json
- Loading branch information
Showing
4 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
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,25 @@ | ||
--- | ||
title: "Releasing" | ||
weight: 70 | ||
geekdocRepo: https://github.com/owncloud/ocis | ||
geekdocEditPath: edit/master/docs/extensions/accounts | ||
geekdocFilePath: releasing.md | ||
--- | ||
|
||
{{< toc >}} | ||
|
||
## Requirements | ||
|
||
You need a working installation of [the Go programming language](https://golang.org/) installed to build the assets for a working release. | ||
|
||
## Releasing | ||
|
||
After adding changes to the accounts package within oCIS and testing them locally, you want to update the compiled assets to the oCIS binary. | ||
|
||
To achieve this, you have to run a Go command and add the results to your PR. The preferred way to do this is to run `make generate` in the root | ||
of the repository and then commit the resulting changes to your branch/PR. | ||
|
||
### Package Hierarchy | ||
|
||
- [ocis](https://github.com/owncloud/ocis) | ||
- [ocis-accounts](https://github.com/owncloud/ocis/tree/master/accounts) |
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,25 @@ | ||
--- | ||
title: "Releasing" | ||
weight: 70 | ||
geekdocRepo: https://github.com/owncloud/ocis | ||
geekdocEditPath: edit/master/docs/extensions/settings | ||
geekdocFilePath: releasing.md | ||
--- | ||
|
||
{{< toc >}} | ||
|
||
## Requirements | ||
|
||
You need a working installation of [the Go programming language](https://golang.org/) installed to build the assets for a working release. | ||
|
||
## Releasing | ||
|
||
After adding changes to the settings package within oCIS and testing them locally, you want to update the compiled assets to the oCIS binary. | ||
|
||
To achieve this, you have to run a Go command and add the results to your PR. The preferred way to do this is to run `make generate` in the root | ||
of the repository and then commit the resulting changes to your branch/PR. | ||
|
||
### Package Hierarchy | ||
|
||
- [ocis](https://github.com/owncloud/ocis) | ||
- [ocis-settings](https://github.com/owncloud/ocis/tree/master/settings) |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"author": "ownCloud GmbH <[email protected]>", | ||
"repository": "https://github.com/owncloud/ocis-settings.git", | ||
"bugs": { | ||
"url": "https://github.com/owncloud/ocis/settings/issues", | ||
"url": "https://github.com/owncloud/ocis/issues", | ||
"email": "[email protected]" | ||
}, | ||
"scripts": { | ||
|