diff --git a/doc_source/getting_started.md b/doc_source/getting_started.md index 8d3b4112..9d6f1152 100644 --- a/doc_source/getting_started.md +++ b/doc_source/getting_started.md @@ -35,7 +35,7 @@ The AWS CDK's core module \(usually imported into code as `cdk`\) contains const The AWS CDK has first\-class support for TypeScript, JavaScript, Python, Java, and C\#\. \(Other JVM and \.NET CLR languages may also be used, at least in theory, but we are unable to offer support for them at this time\.\) -To facilitate supporting so many languages, the AWS CDK is developed in one language \(TypeScript\) and language bindings are generated for the other languages through the use of a tool called [JSII](https://github.com/aws/jsii)\. We have taken pains to make AWS CDK app development in each language follow that language's usual conventions\. For example, note how the names of methods, classes, and so on are adapted to each language in the snippets below +To facilitate supporting so many languages, the AWS CDK is developed in one language \(TypeScript\) and language bindings are generated for the other languages through the use of a tool called [JSII](https://github.com/aws/jsii)\. We have taken pains to make AWS CDK app development in each language follow that language's usual conventions, so writing AWS CDK apps feels natural, not like writing TypeScript in Python \(for example\)\. Take a look: ------ #### [ TypeScript ] diff --git a/doc_source/index.md b/doc_source/index.md index 10d87a78..1a877707 100644 --- a/doc_source/index.md +++ b/doc_source/index.md @@ -16,7 +16,7 @@ Amazon's trademarks and trade dress may not be used in ## Contents + [What is the AWS CDK?](home.md) + [Getting started with the AWS CDK](getting_started.md) -+ [Your first AWS CDK app](hello_world.md) + + [Your first AWS CDK app](hello_world.md) + [Working with the AWS CDK](work-with.md) + [Working with the AWS CDK in TypeScript](work-with-cdk-typescript.md) + [Working with the AWS CDK in JavaScript](work-with-cdk-javascript.md)