Skip to content

Commit 16bbaca

Browse files
authored
fix: add alt text to images and pytest keyword (#523)
Signed-off-by: Achanandhi-M <[email protected]>
1 parent 943eb6c commit 16bbaca

File tree

10 files changed

+18
-13
lines changed

10 files changed

+18
-13
lines changed

versioned_docs/version-1.0.0/concepts/reference/glossary/behaviour-driven-development.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tags:
77
- explanation
88
keywords:
99
- API
10+
- pytest
1011
---
1112

1213
Behavior-driven development (BDD) is an Agile software development methodology that encourages collaboration between developers, testers, and business stakeholders. BDD is based on the idea that the best way to ensure that software meets the needs of its users is to write tests that describe the desired behavior of the software in plain language.

versioned_docs/version-1.0.0/hacktoberfest/contribution-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ label: Hacktoberfest
1010

1111
Hacktoberfest is a month-long celebration of open-source software run by DigitalOcean. Hacktoberfest is open to everyone, from first-time contributors to seasoned open-source developers. Your open-source journey begins with a pull request.
1212

13-
<img src="https://user-images.githubusercontent.com/53110238/193503992-c839beeb-53fd-46d7-9214-a88bfff6475a.png"/>
13+
<img src="https://user-images.githubusercontent.com/53110238/193503992-c839beeb-53fd-46d7-9214-a88bfff6475a.png" alt="hactoberfest"/>
1414

1515
## Hacktoberfest Journey with Keploy
1616

versioned_docs/version-1.0.0/hacktoberfest/non-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ label: Hacktoberfest
88

99
There are many ways to contribute to Keploy projects without writing a single line of code. You can help with:
1010

11-
- <img src="https://www.svgrepo.com/show/10712/pencil.svg" width='40px'/> Used Keploy recently ? Tell the community about it in an awesome blog post.
11+
- <img src="https://www.svgrepo.com/show/10712/pencil.svg" width='40px' alt="pencil"/> Used Keploy recently ? Tell the community about it in an awesome blog post.
1212

13-
- <img src="https://www.svgrepo.com/show/157174/document.svg" width='40px'/> Improve Documentation as the more detailed the documentation is, better it will be for people who are looking for help.
13+
- <img src="https://www.svgrepo.com/show/157174/document.svg" width='40px' alt="Documents"/> Improve Documentation as the more detailed the documentation is, better it will be for people who are looking for help.
1414

15-
- <img src="https://www.svgrepo.com/show/294283/youtube.svg" width='40px'/> Create a tutorial because they provide instructions on how to use a tool or service in a step-by-step manner.
15+
- <img src="https://www.svgrepo.com/show/294283/youtube.svg" width='40px' alt="tutorial"/> Create a tutorial because they provide instructions on how to use a tool or service in a step-by-step manner.

versioned_docs/version-2.0.0/hacktoberfest/contribution-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Anyone around the globe who desires to help drive the growth of open source and
2828

2929
#### Non-code contributions include:
3030

31-
- <img src="https://www.svgrepo.com/show/157174/document.svg" width='20px'/> Documentation
32-
- <img src="https://www.svgrepo.com/show/294283/youtube.svg" width='20px'/> Create a Tutorial
33-
- <img src="https://www.svgrepo.com/show/10712/pencil.svg" width='20px'/> Blog writing
34-
- <img src="https://www.svgrepo.com/show/450193/language.svg" width='20px'/> Translation
31+
- <img src="https://www.svgrepo.com/show/157174/document.svg" width='20px' alt="Documents"/> Documentation
32+
- <img src="https://www.svgrepo.com/show/294283/youtube.svg" width='20px' alt="Tutorial"/> Create a Tutorial
33+
- <img src="https://www.svgrepo.com/show/10712/pencil.svg" width='20px' alt="writing"/> Blog writing
34+
- <img src="https://www.svgrepo.com/show/450193/language.svg" width='20px' alt="translate"/> Translation

versioned_docs/version-2.0.0/hacktoberfest/non-code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ label: Hacktoberfest
88

99
There are many ways to contribute to Keploy projects without writing a single line of code. You can help with:
1010

11-
- <img src="https://www.svgrepo.com/show/10712/pencil.svg" width='20px'/> Used Keploy:- Tell the community about it in an awesome blog post.
11+
- <img src="https://www.svgrepo.com/show/10712/pencil.svg" width='20px' alt='pencil'/> Used Keploy:- Tell the community about it in an awesome blog post.
1212

13-
- <img src="https://www.svgrepo.com/show/157174/document.svg" width='20px'/> Improve Documentation:- As the more detailed the documentation is, better it will be for people who are looking for help.
13+
- <img src="https://www.svgrepo.com/show/157174/document.svg" width='20px' alt='Documents'/> Improve Documentation:- As the more detailed the documentation is, better it will be for people who are looking for help.
1414

15-
- <img src="https://www.svgrepo.com/show/294283/youtube.svg" width='20px'/> Create a tutorial:- They provide instructions on how to use a tool or service in a step-by-step manner.
15+
- <img src="https://www.svgrepo.com/show/294283/youtube.svg" width='20px' alt='Youtube'/> Create a tutorial:- They provide instructions on how to use a tool or service in a step-by-step manner.
1616

17-
- <img src="https://www.svgrepo.com/show/450193/language.svg" width='20px'/> Translation:- Add a new translation to for our README.md
17+
- <img src="https://www.svgrepo.com/show/450193/language.svg" width='20px' alt='translate'/> Translation:- Add a new translation to for our README.md

versioned_docs/version-2.0.0/quickstart/csharp-dotnet-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- samples
1010
- examples
1111
- tutorial
12-
- postgrs
12+
- postgres
1313
- dotnet-framework
1414
keyword:
1515
- DotNet Framework

versioned_docs/version-2.0.0/quickstart/python-django-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111
- tutorial
1212
- python-framework
1313
- postgres
14+
- pytest
1415
keyword:
1516
- Django Framework
1617
- Postgres

versioned_docs/version-2.0.0/quickstart/python-fastapi-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- python-framework
1313
- fast-api-framework
1414
- postgres
15+
- pytest
1516
keyword:
1617
- FastAPI Framework
1718
- Postgres

versioned_docs/version-2.0.0/quickstart/python-fastapi-twilio.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- python-framework
1313
- fast-api-framework
1414
- postgres
15+
- pytest
1516
- sms
1617
- twilio
1718
keyword:

versioned_docs/version-2.0.0/quickstart/python-flask-mongo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- python-framework
1313
- mongodb
1414
- flask-framework
15+
- pytest
1516
keyword:
1617
- Flask Framework
1718
- MongoDB

0 commit comments

Comments
 (0)