Skip to content

Commit 175570c

Browse files
committed
Add aws pages
1 parent 063cd90 commit 175570c

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

docs/ansible.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="git.html">Git</a>
1717
<a href="linux.html">Linux</a>
1818
<a href="ansible.html" class="active">Ansible</a>
19-
<a href="python.html">Python</a>
19+
<a href="aws.html">AWS</a>
2020
</div>
2121

2222
<div class="sidebar">

docs/python.html docs/aws.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<link rel="stylesheet" href="styles.css">
77
<link rel="icon" href="images/favicon.ico">
8-
<title>Python Documentation</title>
8+
<title>AWS Documentation</title>
99
</head>
1010
<body>
1111
<div class="topnav">
@@ -16,16 +16,16 @@
1616
<a href="git.html">Git</a>
1717
<a href="linux.html">Linux</a>
1818
<a href="ansible.html">Ansible</a>
19-
<a href="python.html" class="active">Python</a>
19+
<a href="aws.html" class="active">AWS</a>
2020
</div>
2121

2222
<div class="sidebar">
23-
<h2>Python Tutorial</h2>
23+
<h2>AWS Cloud</h2>
2424
<ul id="sidebar-list">
25-
<li><a href="pages/python_intro.html">Python Intro</a></li>
26-
<li><a href="pages/python_get_started.html">Python Get Started</a></li>
27-
<li><a href="pages/python_syntax.html">Python Syntax</a></li>
28-
<li><a href="pages/python_comments.html">Python Comments</a></li>
25+
<li><a href="pages/aws_intro.html">AWS Intro</a></li>
26+
<li><a href="pages/aws_services.html">AWS Services</a></li>
27+
<li><a href="pages/aws_cli.html">AWS CLI</a></li>
28+
<li><a href="pages/aws_cheatsheets.html">Cheat-Sheets</a></li>
2929
</ul>
3030
</div>
3131

docs/devops.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="git.html">Git</a>
1717
<a href="linux.html">Linux</a>
1818
<a href="ansible.html">Ansible</a>
19-
<a href="python.html">Python</a>
19+
<a href="aws.html">AWS</a>
2020
</div>
2121

2222
<div class="sidebar">

docs/git.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="git.html" class="active">Git</a>
1717
<a href="linux.html">Linux</a>
1818
<a href="ansible.html">Ansible</a>
19-
<a href="python.html">Python</a>
19+
<a href="aws.html">AWS</a>
2020
</div>
2121

2222
<div class="sidebar">

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="git.html">Git</a>
1717
<a href="linux.html">Linux</a>
1818
<a href="ansible.html">Ansible</a>
19-
<a href="python.html">Python</a>
19+
<a href="aws.html">AWS</a>
2020
</div>
2121

2222
<div class="sidebar">

docs/linux.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="git.html">Git</a>
1717
<a href="linux.html" class="active">Linux</a>
1818
<a href="ansible.html">Ansible</a>
19-
<a href="python.html">Python</a>
19+
<a href="aws.html">AWS</a>
2020
</div>
2121

2222
<div class="sidebar">

docs/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ document.addEventListener("DOMContentLoaded", function() {
55
git: ["git_intro", "github", "git_cheatsheet"],
66
linux: ["linux_intro", "redhat", "centos", "ubuntu"],
77
ansible: ["ansible_intro", "adhoc_commands", "simple_project"],
8-
python: ["python_intro", "python_get_started", "python_syntax", "python_comments"]
8+
aws: ["aws_intro", "aws_services", "aws_cli", "aws_cheatsheets"]
99
// Add more sections and pages here
1010
};
1111

0 commit comments

Comments
 (0)