Skip to content

Commit 08dca5a

Browse files
nk-aggemini-code-assist[bot]NiveditJaincoderabbitai[bot]
authored
Documentation update (#279)
* documentation update * docs updates * docs * Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * env variables * comments * comments * remove old readme * Update docs/docs/exosphere/create-graph.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update docs/docs/exosphere/architecture.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * comments * Update documentation for clarity and consistency - Removed duplicate logo images from README.md. - Updated terminology from "Flow definitions" to "Graph definitions" in README.md. - Added a note in create-graph.md regarding storing secrets securely. - Replaced references to "Examples" and "Concepts" with "Architecture" in dashboard.md and trigger-graph.md for better navigation. - Removed the "Examples" section from register-node.md to streamline content. - Corrected "re-use" to "reuse" in register-node.md for consistency. * Update documentation for accuracy and consistency - Clarified terminology in create-graph.md, changing "in this flow" to "in this graph." - Updated environment variable names in create-runtime.md for state manager URI and API key for better clarity. - Adjusted import statements in register-node.md to include BaseNode for improved context. - Standardized parameter naming in state-manager-setup.md by changing "api_key" to "key." --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Nivedit Jain <nivedit@exosphere.host> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent b19d183 commit 08dca5a

21 files changed

Lines changed: 1716 additions & 428 deletions

README.md

Lines changed: 80 additions & 205 deletions
Large diffs are not rendered by default.

dashboard/src/components/GraphTemplateDetailModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const GraphTemplateDetailModal: React.FC<GraphTemplateDetailModalProps> =
139139
<div className="fixed inset-0 bg-white/30 backdrop-blur-sm flex items-center justify-center z-50">
140140
<div className="bg-white rounded-lg shadow-xl max-w-6xl w-full mx-4 max-h-[90vh] overflow-y-auto">
141141
{/* Header */}
142-
<div className="bg-gradient-to-r from-green-500 to-[#031035] p-6 text-white">
142+
<div className="bg-[#031035] p-6 text-white">
143143
<div className="flex items-center justify-between">
144144
<div>
145145
<h2 className="text-2xl font-bold">Graph Template</h2>

dashboard/src/components/NodeDetailModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const NodeDetailModal: React.FC<NodeDetailModalProps> = ({
106106
<div className="fixed inset-0 bg-white/30 backdrop-blur-sm flex items-center justify-center z-50">
107107
<div className="bg-white rounded-lg shadow-xl max-w-4xl w-full mx-4 max-h-[90vh] overflow-y-auto">
108108
{/* Header */}
109-
<div className="bg-gradient-to-r from-[#031035] to-purple-600 p-6 text-white">
109+
<div className="bg-[#031035] p-6 text-white">
110110
<div className="flex items-center justify-between">
111111
<div>
112112
<h2 className="text-2xl font-bold">{node.name}</h2>

docs/docs/api-server/index.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

docs/docs/api-server/swagger.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/docs/architecture.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/docs/assets/DashboardSS-1.png

194 KB
Loading

docs/docs/assets/DashboardSS-2.png

176 KB
Loading

docs/docs/assets/DashboardSS-3.jpg

173 KB
Loading

docs/docs/cluster.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)