Skip to content

Commit c776112

Browse files
committed
chore: remove GitHub pages docs in favor of developer guide
1 parent 9b38376 commit c776112

File tree

7 files changed

+4
-327
lines changed

7 files changed

+4
-327
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ For feature requests or issues using this framework please open an [issue in thi
309309
We welcome community contributions and pull requests. See [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to submit code.
310310

311311
# Security
312-
The AWS Message Processing Framework for .NET relies on the [AWS SDK for .NET](https://github.com/aws/aws-sdk-net) for communicating with AWS. Refer to the [security section](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/security.html) in the [AWS SDK for .NET Developer Guide](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/welcome.html) for more information.
312+
The AWS Message Processing Framework for .NET relies on the [AWS SDK for .NET](https://github.com/aws/aws-sdk-net) for communicating with AWS. Refer to the [security section](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/security.html) in the [AWS SDK for .NET Developer Guide](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/welcome.html) for more information. You can also find more information in [AWS Message Processing Framework for .NET Developer Guide](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/msg-proc-fw.html).
313313

314314
The framework does not log data messages sent by the user for security purposes. If users want to enable this functionality for debugging purposes, you need to call `EnableDataMessageLogging()` in the AWS Message Bus as follows:
315315
```csharp
@@ -324,6 +324,7 @@ If you discover a potential security issue, refer to the [security policy](https
324324
# Additional Resources
325325
* [AWS Message Processing Framework for .NET Design Document](./docs/docs/design/message-processing-framework-design.md)
326326
* [Sample Applications](https://github.com/awslabs/aws-dotnet-messaging/tree/main/sampleapps) in this repo contains samples of a publisher service, long-running subscriber service, and Lambda function handlers.
327+
* [Developer Guide](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/msg-proc-fw.html)
327328

328329
# License
329330

docs/docfx.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"exclude": [
2323
"_site/**",
24+
"docs/**",
2425
"filter.yml"
2526
]
2627
}

docs/docs/getting-started.md

-279
This file was deleted.

0 commit comments

Comments
 (0)