Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksopyla committed Jul 2, 2024
1 parent a5a41a7 commit 12c25b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/21-Organization-Dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc_sticky: true



## Organisation Dashboard Overview
## Overview

The Organization Dashboard page serves as a central hub for managing projects within the organization. It provides users with easy access to all pertinent project information and enables quick searching and creation of new projects.

Expand Down
14 changes: 0 additions & 14 deletions docs/_docs/22-Project-Dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,4 @@ This bar chart provides a visual representation of transactions categorized by s
- **500 Server Error** (Red)


The Project Dashboard page provides detailed information about a specific project. The main container displays key project details such as name, description, slug, tags, list of AI providers, number of members, number of transactions, URL address utilizing the slug, which is used by `Promptsail` to add transactions.

## Buttons

- **Delete:** Displays a popup to delete the project.
- **Update:** Redirects to the project form for editing.
- **Install:** Displays a popup with instructions on how to add transactions for this project.

## LLM Transactions

- **Transactions Table:** Displays a table with the last five transactions for this project.
- **"All Project Transactions" Button:** Redirects to a table with all transactions for this project.



14 changes: 7 additions & 7 deletions docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ excerpt: >
intro:
- excerpt: "Prompt Sail is a transparent and user-friendly tool designed to capture and log all interactions with Gen APIs such as OpenAI, Cohere, and others. It integrates with OpenAI, langchain, and other LLM frameworks and libraries."
feature_row:
- image_path: #/assets/images/mm-customizable-feature.png
- image_path: /assets/images/mm-customizable-feature.png
alt: "Easy Integration"
title: "Easy Integration"
excerpt: "Engineered as a transparent Proxy for your LLM calls, it seamlessly integrates into your existing workflow, and your LLM framework."
excerpt: "Engineered as a transparent proxy for your GenAI API calls, it seamlessly integrates into your existing workflow, regardless of language or framework."
url: "/docs/quick-start-guide/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: #/assets/images/mm-responsive-feature.png
alt: "fully responsive"
- image_path: /assets/images/mm-responsive-feature.png
alt: "Cost Monitoring"
title: "Cost Monitoring"
excerpt: "Provides a comprehensive dashboard for tracking your usage and budgeting your LLM API calls."
excerpt: "Provides a comprehensive dashboard for tracking your usage and budgeting your GenAI API calls."
url: "/docs/layouts/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: #/assets/images/mm-free-feature.png
alt: "100% free and MIT licensed"
title: "100% free"
alt: "Open Source"
title: "Open Source"
excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!"
url: "/docs/license/"
btn_class: "btn--primary"
Expand Down

0 comments on commit 12c25b1

Please sign in to comment.