Skip to content

Commit a471c2e

Browse files
committed
Fresh start: History squish for mainline branch
0 parents  commit a471c2e

File tree

148 files changed

+84624
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+84624
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Editor backup files
2+
*~
3+
*.bak
4+
*.lock
5+
6+
# System files
7+
.attach*
8+
.DS_Store
9+
10+
# Build directories
11+
build/
12+
13+
# IDE files
14+
.idea/
15+
.vscode/
16+
.amazonq/
17+
18+
# Generated documentation
19+
*.html
20+
*.pdf
21+
*.docx
22+
*.xlsx
23+
*.rtf
24+
*.mobi
25+
26+
# Archives
27+
*.7z
28+
*.rar
29+
*.tar
30+
31+
# Other
32+
*.running.properties.txt

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Code of Conduct
2+
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
3+
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
4+
opensource-codeofconduct@amazon.com with any additional questions or comments.

CONTRIBUTING.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Guidelines for contributing
2+
3+
Thank you for your interest in contributing to AWS documentation! We greatly value feedback and contributions from our community.
4+
5+
Please read through this document before you submit any pull requests or issues. It will help us work together more effectively.
6+
7+
## What to expect when you contribute
8+
9+
When you submit a pull request, our team is notified and will respond as quickly as we can. We'll do our best to work with you to ensure that your pull request adheres to our style and standards. If we merge your pull request, we might make additional edits later for style or clarity.
10+
11+
The AWS documentation source files on GitHub aren't published directly to the official documentation website. If we merge your pull request, we'll publish your changes to the documentation website as soon as we can, but they won't appear immediately or automatically.
12+
13+
We look forward to receiving your pull requests for:
14+
15+
* New content you'd like to contribute (such as new code samples or tutorials)
16+
* Inaccuracies in the content
17+
* Information gaps in the content that need more detail to be complete
18+
* Typos or grammatical errors
19+
* Suggested rewrites that improve clarity and reduce confusion
20+
21+
**Note:** We all write differently, and you might not like how we've written or organized something currently. We want that feedback. But please be sure that your request for a rewrite is supported by the previous criteria. If it isn't, we might decline to merge it.
22+
23+
## How to contribute
24+
25+
To contribute, send us a pull request. For small changes, such as fixing a typo or adding a link, you can use the [GitHub Edit Button](https://blog.github.com/2011-04-26-forking-with-the-edit-button/). For larger changes:
26+
27+
1. [Fork the repository](https://help.github.com/articles/fork-a-repo/).
28+
2. In your fork, make your change in a branch that's based on this repo's **main** branch.
29+
3. Commit the change to your fork, using a clear and descriptive commit message.
30+
4. [Create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/), answering any questions in the pull request form.
31+
32+
Before you send us a pull request, please be sure that:
33+
34+
1. You're working from the latest source on the **main** branch.
35+
2. You check [existing open](https://github.com/awsdocs/aws-cdk-guide/pulls), and [recently closed](https://github.com/awsdocs/aws-cdk-guide/pulls?q=is:pr+is:closed), pull requests to be sure that someone else hasn't already addressed the problem.
36+
3. You [create an issue](https://github.com/awsdocs/aws-cdk-guide/issues/new) before working on a contribution that will take a significant amount of your time.
37+
38+
For contributions that will take a significant amount of time, [open a new issue](https://github.com/awsdocs/aws-cdk-guide/issues/new) to pitch your idea before you get started. Explain the problem and describe the content you want to see added to the documentation. Let us know if you'll write it yourself or if you'd like us to help. We'll discuss your proposal with you and let you know whether we're likely to accept it. We don't want you to spend a lot of time on a contribution that might be outside the scope of the documentation or that's already in the works.
39+
40+
## Finding contributions to work on
41+
42+
If you'd like to contribute, but don't have a project in mind, look at the [open issues](https://github.com/awsdocs/aws-cdk-guide/issues) in this repository for some ideas.
43+
44+
In addition to written content, we really appreciate new examples and code samples for our documentation, such as examples for different platforms or environments, and code samples in additional languages.
45+
46+
## Code of conduct
47+
48+
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). For more information, see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.
49+
50+
## Security issue notifications
51+
52+
If you discover a potential security issue, please notify AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public issue on GitHub.
53+
54+
## Licensing
55+
56+
See the [LICENSE](https://github.com/awsdocs/aws-cdk-guide/blob/main/LICENSE) file for this project's licensing. We will ask you to confirm the licensing of your contribution. We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

Config

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# -*-perl-*-
2+
3+
package.AWSCDKDocs = {
4+
flavors = {
5+
map = single;
6+
generation = 1;
7+
};
8+
9+
interfaces = (3.0);
10+
deploy = {
11+
generic = true;
12+
};
13+
scope = webservices;
14+
15+
build-system = zonbooktrails;
16+
build-environment = {
17+
chroot = basic;
18+
network-access = blocked;
19+
};
20+
21+
build-tools = {
22+
3.0 = {
23+
ZonBookTrails = 1.0;
24+
25+
ZonBook = 5.0;
26+
AWSDocsSdkExamplesPublic = 1.0;
27+
AWSDocsChecklistCDK = 2.0;
28+
};
29+
};
30+
};

README.md

Whitespace-only changes.

build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/workplace/pgasca/AWSCDKDocs_1/build/AWSCDKDocs/AWSCDKDocs-3.0/AL2_x86_64/DEV.STD.PTHREAD/build

build-info.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildinfo>
3+
<docsets>
4+
<docset id="CDK">
5+
<pathslug>cdk</pathslug>
6+
<title>AWS Cloud Development Kit</title>
7+
<forumID>0</forumID>
8+
<feedbackCTI>CDK</feedbackCTI>
9+
<options>
10+
<hide-github-link>0</hide-github-link>
11+
</options>
12+
13+
<guides>
14+
15+
<guide id="awscdkv2">
16+
<pathslug>guide</pathslug>
17+
<basename>awscdk</basename>
18+
<title>Developer Guide</title>
19+
<abbr>CDK</abbr>
20+
<api>v2</api>
21+
<version>v2</version>
22+
<asciidoc-source>v2/guide</asciidoc-source>
23+
<locale>en_us</locale>
24+
25+
<builds>
26+
<html>
27+
<rss>
28+
<title>Developer Guide Updates</title>
29+
<filename>awscdkv2</filename>
30+
</rss>
31+
</html>
32+
<asciidoc>
33+
<include-html-profiling>1</include-html-profiling>
34+
</asciidoc>
35+
<markdown/>
36+
<pdf/>
37+
</builds>
38+
39+
<github>
40+
<user>awsdocs</user>
41+
<repo>aws-cdk-guide</repo>
42+
<branch>main</branch>
43+
<source-folder>v2/guide</source-folder>
44+
</github>
45+
46+
</guide>
47+
48+
</guides>
49+
</docset>
50+
</docsets>
51+
</buildinfo>

build.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns:ht="happytrails" basedir="." default="build" name="AWSCDKDocs-3.0">
3+
<description>This is the entry point for happy trails builds (package builder and eclipse).</description>
4+
<import file="${happytrails.root}/zonbooktrails.xml"/>
5+
<!--
6+
<target name="zbuild-custom-pre">
7+
<exec executable="bash">
8+
<arg value="update-snippets" />
9+
</exec>
10+
</target>
11+
-->
12+
<ht:import file="zfast/zonbook-4.5.xml"/>
13+
</project>

v2/.DS_Store

6 KB
Binary file not shown.

v2/guide/CDK_Project.xpr

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project version="20.1">
3+
<meta>
4+
<filters directoryPatterns="" filePatterns="" positiveFilePatterns=""
5+
showHiddenFiles="false"/>
6+
<options>
7+
<serialized version="20.1" xml:space="preserve">
8+
<serializableOrderedMap>
9+
<entry>
10+
<String>editor.detect.indent.on.open</String>
11+
<Boolean>false</Boolean>
12+
</entry>
13+
<entry>
14+
<String>editor.hard.line.wrap</String>
15+
<Boolean>true</Boolean>
16+
</entry>
17+
<entry>
18+
<String>editor.indent.size.v9.2</String>
19+
<Integer>2</Integer>
20+
</entry>
21+
<entry>
22+
<String>editor.line.width</String>
23+
<Integer>160</Integer>
24+
</entry>
25+
<entry>
26+
<String>key.editor.format.option.pane.group</String>
27+
<Boolean>true</Boolean>
28+
</entry>
29+
<entry>
30+
<String>validation.scenarios</String>
31+
<validationScenario-array/>
32+
</entry>
33+
</serializableOrderedMap>
34+
</serialized>
35+
</options>
36+
</meta>
37+
<projectTree name="CDK_Project.xpr">
38+
<folder name="All Files" path="./"/>
39+
</projectTree>
40+
</project>

0 commit comments

Comments
 (0)