-
Notifications
You must be signed in to change notification settings - Fork 834
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: added office hour links (#1888)
adding the message in readme and doc site <img width="897" alt="image" src="https://github.com/user-attachments/assets/b35565c5-adea-4a0f-86aa-013e097713b8" />
- Loading branch information
Showing
3 changed files
with
37 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block announce %} | ||
<!-- Add announcement here, including arbitrary HTML --> | ||
<div class="announce"> | ||
<p> | ||
<strong>Ragas Office Hours</strong> - If you need help setting up Evals for your AI application, sign up for our | ||
Office Hours <a href="https://cal.com/team/ragas/office-hours">here</a>. | ||
</p> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters