docs: add logo to README
This commit is contained in:
25
README.md
25
README.md
@@ -1,13 +1,21 @@
|
|||||||
# 🛡️ OCI CIS AI Agent
|
<p align="center">
|
||||||
|
<img src="logo.svg" alt="OCI CIS AI Agent" width="96" height="96">
|
||||||
|
</p>
|
||||||
|
|
||||||
**Oracle Cloud Infrastructure — CIS Foundations Benchmark 3.0 — AI-Powered Compliance Platform**
|
<h1 align="center">OCI CIS AI Agent</h1>
|
||||||
|
|
||||||

|
<p align="center">
|
||||||

|
<strong>Oracle Cloud Infrastructure — CIS Foundations Benchmark 3.0 — AI-Powered Compliance Platform</strong>
|
||||||

|
</p>
|
||||||

|
|
||||||

|
<p align="center">
|
||||||

|
<img src="https://img.shields.io/badge/version-1.1-C74634?style=flat-square" alt="Version">
|
||||||
|
<img src="https://img.shields.io/badge/python-3.12-3776AB?style=flat-square" alt="Python">
|
||||||
|
<img src="https://img.shields.io/badge/FastAPI-0.115-009688?style=flat-square" alt="FastAPI">
|
||||||
|
<img src="https://img.shields.io/badge/OCI-GenAI-C74634?style=flat-square" alt="OCI">
|
||||||
|
<img src="https://img.shields.io/badge/docker-compose-2496ED?style=flat-square" alt="Docker">
|
||||||
|
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License">
|
||||||
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -242,6 +250,7 @@ oci-cis-agent/
|
|||||||
├── nginx/
|
├── nginx/
|
||||||
│ └── default.conf # Reverse proxy config
|
│ └── default.conf # Reverse proxy config
|
||||||
├── docker-compose.yml # Orchestration
|
├── docker-compose.yml # Orchestration
|
||||||
|
├── logo.svg # Project logo (Oracle AI Robot)
|
||||||
├── .env.example # Environment template
|
├── .env.example # Environment template
|
||||||
├── .gitignore
|
├── .gitignore
|
||||||
└── README.md
|
└── README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user