Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@
</p>

<p align="center">
<a href="https://mthakur-rbac-algorithm.streamlit.app/">🎮 Try Live Demo</a> •
<a href="#-interactive-documentation">📖 Interactive Docs</a> •
<a href="#-quick-start">⚡ Quick Start</a> •
<a href="#-key-features">✨ Features</a> •
<a href="PROJECT_STRUCTURE.md">📁 Project Structure</a> •
<a href="docs/CONTRIBUTING.md">🤝 Contributing</a>
</p>

<p align="center">
<a href="https://mthakur-rbac-algorithm.streamlit.app/"><img src="https://img.shields.io/badge/🎮_Live_Demo-Try_Now-blue?style=for-the-badge" alt="Live Demo"></a>
</p>

<p align="center">
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python 3.8+">
Expand Down
19 changes: 19 additions & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ sidebar_position: 1

<div style={{textAlign: 'center', margin: '2rem 0'}}>
<img src="/img/logo.svg" alt="RBAC Algorithm Logo" width="150" style={{marginBottom: '1rem'}} />

<div style={{marginTop: '1rem'}}>
<a href="https://mthakur-rbac-algorithm.streamlit.app/" target="_blank" rel="noopener noreferrer" style={{
display: 'inline-block',
padding: '12px 24px',
backgroundColor: '#FF4B4B',
color: 'white',
textDecoration: 'none',
borderRadius: '8px',
fontWeight: 'bold',
fontSize: '1.1rem',
marginBottom: '1rem'
}}>
🎮 Try Interactive Demo →
</a>
<p style={{fontSize: '0.9rem', color: '#666'}}>
Experiment with RBAC features in real-time - No installation required!
</p>
</div>
</div>

Welcome to **RBAC Algorithm** - a powerful, enterprise-grade Role-Based Access Control library designed for modern applications.
Expand Down
Loading