-
Notifications
You must be signed in to change notification settings - Fork 505
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 'refs/remotes/origin/aws-sdk-go-v2' into…
… aws-sdk-go-v2
- Loading branch information
Showing
807 changed files
with
45,761 additions
and
10,646 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
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,42 @@ | ||
/* my-custom-variant */ | ||
:root { | ||
--PRIMARY-color: rgb( 9, 7, 112 ); /* brand primary color */ | ||
--SECONDARY-color: rgb( 9, 7, 112 ); /* brand secondary color */ | ||
--ACCENT-color: rgb( 64, 62, 150 ); /* brand accent color, used for search highlights */ | ||
--MAIN-LINK-color: rgb( 68, 66, 165 ); /* link color of content */ | ||
--MAIN-LINK-HOVER-color: rgb( 68, 66, 165 ); /* hoverd link color of content */ | ||
--MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* background color of content */ | ||
--MAIN-TEXT-color: rgba( 50, 50, 50, 1 ); /* text color of content and h1 titles */ | ||
--MAIN-TITLES-TEXT-color: rgba( 94, 94, 94, 1 ); /* text color of h2-h6 titles and transparent box titles */ | ||
--MAIN-TITLES-H1-color: rgba( 34, 34, 34, 1 ); /* text color of h1 titles */ | ||
--CODE-theme: learn; /* name of the chroma stylesheet file */ | ||
--CODE-BLOCK-color: rgba( 226, 228, 229, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */ | ||
--CODE-BLOCK-BG-color: rgba( 40, 42, 54, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */ | ||
--CODE-BLOCK-BORDER-color: rgba( 40, 42, 54, 1 ); /* border color of block code */ | ||
--CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* text color of inline code */ | ||
--CODE-INLINE-BG-color: rgba( 255, 247, 221, 1 ); /* background color of inline code */ | ||
--CODE-INLINE-BORDER-color: rgba( 251, 240, 203, 1 ); /* border color of inline code */ | ||
--MENU-HEADER-BG-color: rgb( 9, 7, 112 ); /* background color of menu header */ | ||
--MENU-HEADER-BORDER-color: rgb( 64, 62, 150 ); /* border color between menu header and menu */ | ||
--MENU-HOME-LINK-color: rgba( 224, 224, 224, 1 ); /* home button color if configured */ | ||
--MENU-HOME-LINK-HOVER-color: rgba( 240, 240, 240, 1 ); /* hoverd home button color if configured */ | ||
--MENU-SEARCH-color: rgba( 255, 255, 255, 1 ); /* text and icon color of search box */ | ||
--MENU-SEARCH-BG-color: rgb( 64, 62, 150 ); /* background color of search box */ | ||
--MENU-SEARCH-BORDER-color: rgb( 64, 62, 150 ); /* border color of search box */ | ||
--MENU-SECTIONS-BG-color: rgba( 43, 42, 56, 1 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */ | ||
--MENU-SECTIONS-ACTIVE-BG-color: rgba( 32, 31, 41, 1 ); /* background color of the active menu section */ | ||
--MENU-SECTIONS-LINK-color: rgba( 204, 204, 204, 1 ); /* link color of menu topics */ | ||
--MENU-SECTIONS-LINK-HOVER-color: rgba( 230, 230, 230, 1 ); /* hoverd link color of menu topics */ | ||
--MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 119, 119, 119, 1 ); /* text color of the displayed menu topic */ | ||
--MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* background color of the displayed menu topic */ | ||
--MENU-SECTION-SEPARATOR-color: rgba( 42, 35, 47, 1 ); /* separator color between menu sections and menu footer */ | ||
--MENU-VISITED-color: rgba( 0, 189, 243, 1 ); /* icon color of visited menu topics if configured */ | ||
--BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */ | ||
--BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */ | ||
--BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */ | ||
--BOX-BLUE-color: rgb( 201, 238, 255 ); /* background color of blue boxes */ | ||
--BOX-GREEN-color: rgb( 179, 229, 190 ); /* background color of green boxes */ | ||
--BOX-GREY-color: rgb( 170, 119, 255 ); /* background color of grey boxes */ | ||
--BOX-ORANGE-color: rgb( 255, 184, 76 ); /* background color of orange boxes */ | ||
--BOX-RED-color: rgb( 241, 103, 103 ); /* background color of red boxes */ | ||
} |
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,15 @@ | ||
--- | ||
title: Logging | ||
description: Configure the logger for your desired output | ||
weight: 9 | ||
--- | ||
|
||
Athens is designed to support a myriad of logging scenarios. | ||
|
||
## Standard | ||
|
||
The standard structured logger can be configured in `plain` or `json` formatting via `LogFormat` or `ATHENS_LOG_FORMAT`. Additionally, verbosity can be controlled by setting `LogLevel` or `ATHENS_LOG_LEVEL`. In order for the standard structured logger to work, `CloudRuntime` and `ATHENS_CLOUD_RUNTIME` should not be set to a valid value. | ||
|
||
## Runtimes | ||
|
||
Athens can be configured according to certain cloud provider specific runtimes. The **GCP** runtime configures Athens to rename certain logging fields that could be dropped or overriden when running in a GCP logging environment. This runtime can be used with `LogLevel` or `ATHENS_LOG_LEVEL` to control the verbosity of logs. |
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
2 changes: 0 additions & 2 deletions
2
.../contributing/maintainers/first-issues.md → docs/content/contributing/first-issues.md
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 |
---|---|---|
@@ -1,16 +1,42 @@ | ||
--- | ||
title: "Maintainers" | ||
date: 2018-09-28T10:40:50-07:00 | ||
chapter: true | ||
weight: 3 | ||
|
||
--- | ||
|
||
### Contributing | ||
There are [a lot of ways to contribute to the Athens project](./participating) and being a maintainer is only one of those paths. Maintainers on the Athens Project are expected to | ||
devote roughly five hours a week to the development and maintenance of the project. Their responsibilities include: | ||
|
||
# Maintainers | ||
- Help organize our development meetings (i.e. help organize the agenda) | ||
- Promote the project and build community (e.g. present on it where possible, | ||
write about it, ...) when possible<sup>2</sup> | ||
- Triage issues (e.g. adding labels, promoting discussions, finalizing | ||
decisions) | ||
- Organize and promote PR reviews (e.g. prompting community members, | ||
contributors, and other maintainers to review) | ||
- Help foster a safe and welcoming environment for all project participants. | ||
This will include enforcing our code of conduct. We adhere to the [Contributor | ||
Covenant](https://www.contributor-covenant.org), if you haven't read it yet you can do so [here](https://www.contributor-covenant.org/version/1/4/code-of-conduct) (english version). | ||
|
||
These pages outline the responsibilities for project maintainers. We | ||
want all community members to understand why we make the decisions we do, and | ||
what sort of templates or guides we follow. | ||
We'd love to have your partnership in building Athens, but it is a statement to the commitment that a project of Athens' size and | ||
complexity demands. If that appeals to you [join us on Slack](https://gophers.slack.com/archives/C9LRAQN8N). | ||
|
||
## Benefits of being a maintainer | ||
|
||
- Free access to GitHub CoPilot | ||
- A rewarding sense of accomplishment | ||
- Fun, complex work in a safe and collaborative environment | ||
- Access to very smart people | ||
|
||
|
||
|
||
## Contributing without maintaining | ||
|
||
If maintaining Athens isn't something you can do, we're always looking for people to: | ||
- Develop features | ||
- Patch bugs | ||
- Triage issues | ||
- Provide support | ||
|
||
You don't need to do anything other than visit our [GitHub page](https://github.com/gomods/athens) to do all of the above! |
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
title: Try it out! | ||
description: How to see Athens in action | ||
menu: shortcuts | ||
--- | ||
|
||
## Try out Athens | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.