Skip to content

Commit 036ab91

Browse files
first release using sphinx
0 parents  commit 036ab91

File tree

146 files changed

+12332
-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.

146 files changed

+12332
-0
lines changed

.nojekyll

Whitespace-only changes.

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aws-jq.mdminhazulhaque.io

README.md

+5

_static/aws-jq.png

10.7 KB

_templates/breadcrumbs.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
2+
{% block breadcrumbs_aside %}
3+
<li class="wy-breadcrumbs-aside">
4+
<a href="https://github.com/mdminhazulhaque/aws-cli-cheatsheet" class="fa fa-github"> View on GitHub </a>
5+
</li>
6+
{% endblock %}

_templates/footer.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{%- extends "sphinx_rtd_theme/footer.html" %}
2+
3+
{%- block contentinfo %}
4+
<p>&#169; Copyright 2023, <a href="https://mdminhazulhaque.io/">Md Minhazul Haque</a></p>
5+
{%- endblock %}

acm.rst

+13

amplify.rst

+15

apigw.rst

+66

build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
rm -rf docs
4+
sphinx-build . docs

cloudfront.rst

+38

cloudwatch.rst

+33

cognito.rst

+27

conf.py

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
project = 'aws-cli-cheatsheet'
2+
copyright = '2023, Md Minhazul Haque'
3+
author = 'Md Minhazul Haque'
4+
5+
extensions = [
6+
'sphinx_rtd_theme',
7+
'sphinxemoji.sphinxemoji',
8+
'sphinxext.opengraph',
9+
]
10+
11+
templates_path = ['_templates']
12+
exclude_patterns = ['build.sh']
13+
14+
html_theme = 'sphinx_rtd_theme'
15+
html_static_path = ['_static']
16+
html_extra_path = ['CNAME', '.nojekyll']
17+
18+
ogp_image = "/_static/aws-jq.png"

docs/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 53e6e02183f4d146f0c998304bbd2192
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/acm.doctree

3.31 KB
Binary file not shown.

docs/.doctrees/amplify.doctree

3.59 KB
Binary file not shown.

docs/.doctrees/apigw.doctree

7.07 KB
Binary file not shown.

docs/.doctrees/cloudfront.doctree

5.23 KB
Binary file not shown.

docs/.doctrees/cloudwatch.doctree

6.26 KB
Binary file not shown.

docs/.doctrees/cognito.doctree

4.46 KB
Binary file not shown.

docs/.doctrees/dynamodb.doctree

7.18 KB
Binary file not shown.

docs/.doctrees/ec2.doctree

15.5 KB
Binary file not shown.

docs/.doctrees/ecr.doctree

3.87 KB
Binary file not shown.

docs/.doctrees/efs.doctree

3.2 KB
Binary file not shown.

docs/.doctrees/eks.doctree

3.83 KB
Binary file not shown.

docs/.doctrees/elasticache.doctree

7.41 KB
Binary file not shown.

docs/.doctrees/elb.doctree

12.8 KB
Binary file not shown.

docs/.doctrees/environment.pickle

229 KB
Binary file not shown.

docs/.doctrees/iam.doctree

15.3 KB
Binary file not shown.

docs/.doctrees/index.doctree

7.36 KB
Binary file not shown.

docs/.doctrees/lambda.doctree

6.66 KB
Binary file not shown.

docs/.doctrees/opensearch.doctree

3.11 KB
Binary file not shown.

docs/.doctrees/rds.doctree

6.15 KB
Binary file not shown.

docs/.doctrees/route53.doctree

4.76 KB
Binary file not shown.

docs/.doctrees/s3.doctree

9.63 KB
Binary file not shown.

docs/.doctrees/sns.doctree

5.8 KB
Binary file not shown.

docs/.doctrees/sqs.doctree

8.87 KB
Binary file not shown.

docs/.doctrees/wafv2.doctree

6.99 KB
Binary file not shown.

docs/.nojekyll

Whitespace-only changes.

docs/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aws-jq.mdminhazulhaque.io

docs/_sources/acm.rst.txt

+13

docs/_sources/amplify.rst.txt

+15

docs/_sources/apigw.rst.txt

+66

docs/_sources/cloudfront.rst.txt

+38

0 commit comments

Comments
 (0)