Skip to content

Commit

Permalink
SEO improvement (#114)
Browse files Browse the repository at this point in the history
* SEO improvement

* Add header logo

* Ox avatar

---------

Co-authored-by: Nicolas Vuillamy <[email protected]>
  • Loading branch information
nvuillam and megalinter-bot authored Aug 27, 2023
1 parent 99c6bb2 commit ff73492
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
_Can be run using `npm run codetotal:beta`_

- Global
- Add CodeTotal logo as header in repository README and documentation main page

- Front-end

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<div align="center">
<a href="https://codetotal.io/" target="blank" title="Visit CodeTotal Web Site">
<img src="https://github.com/oxsecurity/codetotal/blob/main/docs/assets/images/ox-avatar.png" alt="CodeTotal Logo" height="150px" class="codetotal-logo">
</a>
</div>

# CodeTotal

[![GitHub release](https://img.shields.io/github/v/release/oxsecurity/codetotal?sort=semver)](https://github.com/oxsecurity/codetotal/releases)
Expand Down
Binary file added docs/assets/images/ox-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
---
title: CodeTotal by OX Security
description: Analyzes any snippet, file, or repository to detect possible security flaws such as secret in code, open source vulnerability, code security, vulnerability, insecure infrastructure as code, and potential legal issues with open source licenses. Using a nice UI and powered by MegaLinter.
---
<!-- markdownlint-disable MD013 -->

<div align="center">
<a href="https://codetotal.io/" target="blank" title="Visit CodeTotal Web Site">
<img src="https://github.com/oxsecurity/codetotal/blob/main/docs/assets/images/ox-avatar.png" alt="CodeTotal Logo" height="150px" class="codetotal-logo">
</a>
</div>

# CodeTotal

[![GitHub release](https://img.shields.io/github/v/release/oxsecurity/codetotal?sort=semver)](https://github.com/oxsecurity/codetotal/releases)
Expand Down

0 comments on commit ff73492

Please sign in to comment.