Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3d2dc6a
Initial setup with jekyll
prasad-okahu Feb 3, 2025
ed925b3
initial configuration
prasad-okahu Feb 3, 2025
93ebc10
Update _config.yml
prasad-okahu Feb 3, 2025
9a8c785
Update _config.yml
prasad-okahu Feb 3, 2025
f6077be
updated indentation
prasad-okahu Feb 3, 2025
7f21aad
updated theme
prasad-okahu Feb 3, 2025
efa1135
updated theme
prasad-okahu Feb 3, 2025
eb88c74
Update index.markdown
prasad-okahu Feb 3, 2025
1ef4d79
updated theme
prasad-okahu Feb 3, 2025
93263d5
updated theme
prasad-okahu Feb 3, 2025
e73295d
updated baseurl
prasad-okahu Feb 3, 2025
79e6c76
cleanup
prasad-okahu Feb 3, 2025
f9c0222
Documentation
prasad-okahu Feb 4, 2025
0c97292
Documentation - quickstart guide
prasad-okahu Feb 4, 2025
3ec4edb
Update github link
prasad-okahu Feb 4, 2025
a63dfae
Minor doc updates
prasad-okahu Feb 4, 2025
aa1f26e
Minor doc updates
prasad-okahu Feb 7, 2025
a7cf7bb
Chatbot image update
prasad-okahu Feb 7, 2025
8374b4a
Update demo link
prasad-okahu Apr 1, 2025
7639961
Doc updates WIP
prasad-okahu Mar 12, 2025
79f1a4e
Doc updates ,extending monocle for python example, scope guide WIP
prasad-okahu Mar 12, 2025
ad7d210
Doc updates, API referece, cookbook WIP
prasad-okahu Mar 13, 2025
e62f153
Cookbook updates
prasad-okahu Mar 14, 2025
5b1bf56
Doc updates, Monocle extension for Typescript
prasad-okahu Mar 21, 2025
6c20a5b
Concepts doc updates
prasad-okahu Apr 18, 2025
1b03fdc
Connector updates
prasad-okahu Apr 21, 2025
9841f34
Add slack invite link
prasad-okahu Jun 20, 2025
b281692
Updated landing page with discord link
prasad-okahu Jan 14, 2026
eb0dcb4
doc updates
prasad-okahu Feb 19, 2026
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
Gemfile.lock
25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
permalink: /404.html
layout: page
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
34 changes: 34 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
#gem "jekyll", "~> 4.4.1"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
gem "github-pages", "~> 232", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion README.md

This file was deleted.

58 changes: 58 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Project Monocle
logo: /assets/img/Monocle-Logo-Color.png
description: >- # this means to ignore newlines until "baseurl:"
Monocle helps developers and platform engineers building or managing GenAI apps monitor these in prod by
making it easy to instrument their code to capture traces that are compliant with the open-source cloud-native
observability ecosystem.
show_downloads: false
#baseurl: "" # the subpath of your site, e.g. /blog
url: "https://monocle2ai.org" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb
#github_username: jekyll

# Build settings
#theme: minimal
remote_theme: pages-themes/minimal@v0.2.0
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
# - jekyll-feed

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
43 changes: 43 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
{% include head-custom.html %}
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>

{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}

<p>{{ site.description | default: site.github.project_tagline }}</p>
{% if site.github.is_project_page %}
<p>View on <a href="http://github.com/monocle2ai/monocle">Github</a></p>
{% endif %}

</header>
<section>

{{ content }}

</section>
<footer>
<p>Built in the open source natively for GenAI ecosystem </p>
<img src="assets/img/lfaidata-horizontal-color.png" width="130" height="20" alt="LF AI&Data" />
<img src="assets/img/cncf.png" width="107" height="20" alt="CNCF" />
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
</body>
</html>
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/img/Monocle-Logo-Color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/cncf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/lfaidata-horizontal-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/lfaidata-stacked-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/monocle_chatbot_aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions demos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: default
---

# Okahu demo
Loading