File tree 9 files changed +25
-176
lines changed
9 files changed +25
-176
lines changed Original file line number Diff line number Diff line change 26
26
restore-keys : |
27
27
mkdocs-material-
28
28
- run : pip install mkdocs-material
29
+ - run : pip install "mkdocs-material[imaging]"
29
30
- run : mkdocs gh-deploy --force
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Tutorial: Setting Up Remote Admin and Worker Agents
1
+ # Remote Agent Networking
2
2
3
3
This tutorial will guide you through setting up a remote admin agent and a worker agent on separate computers using the
4
4
Ceylon framework. We'll explain the process step-by-step and provide insights into how the system works.
Original file line number Diff line number Diff line change 1
- # Advanced Meeting Scheduler Tutorial
1
+ # Meeting Scheduler
2
2
3
3
## Introduction
4
4
Original file line number Diff line number Diff line change 1
- # Single- Item Auction System with Ceylon
1
+ ## Single Item Auction
2
2
3
3
## Introduction
4
4
Original file line number Diff line number Diff line change 1
- ## Building a Distributed Task Management System with Ceylon
1
+ ## Distributed Task Manager
2
2
3
3
### Overview
4
4
Original file line number Diff line number Diff line change 1
- # Ceylon Agent Framework - Getting Started Guide
1
+ # Getting Start Guide
2
2
3
3
## Installation
4
4
Original file line number Diff line number Diff line change 1
- # Ceylon: Multi-Agent Framework
1
+ # Introduction
2
2
3
3
> Empowering Collaboration, Simplifying Complexity
4
4
Original file line number Diff line number Diff line change 1
- site_name : " Ceylon: A Multi-Agent System (MAS) "
1
+ site_name : " Ceylon AI "
2
2
site_url : " https://ceylon.ai"
3
3
4
- copyright : © SYIGEN LTD. 2023 to present
4
+ copyright : Copyright 2025 Syigen LTD
5
5
extra :
6
6
# hide the "Made with Material for MkDocs" message
7
7
generator : false
8
+ version :
9
+ provider : ceylon
10
+
8
11
theme :
9
12
name : " material"
10
13
# custom_dir: docs/.overrides
11
14
palette :
12
15
- media : " (prefers-color-scheme)"
13
16
scheme : default
14
- primary : purple
15
- accent : pink
17
+ primary : black
18
+ accent : purple
16
19
toggle :
17
20
icon : material/lightbulb
18
21
name : " Switch to light mode"
19
22
- media : " (prefers-color-scheme: light)"
20
23
scheme : default
21
- primary : purple
22
- accent : pink
24
+ primary : black
25
+ accent : purple
23
26
toggle :
24
27
icon : material/lightbulb-outline
25
28
name : " Switch to dark mode"
26
29
- media : " (prefers-color-scheme: dark)"
27
30
scheme : slate
28
- primary : dark-purple
29
- accent : pink
31
+ primary : black
32
+ accent : purple
30
33
toggle :
31
34
icon : material/lightbulb-auto-outline
32
35
name : " Switch to system preference"
@@ -46,5 +49,11 @@ theme:
46
49
# - navigation.tabs # don't use navbar tabs
47
50
logo : " img/logo.png"
48
51
favicon : " favicon.ico"
52
+ locale : en
53
+ highlightjs : true
54
+
55
+ use_directory_urls : false
49
56
50
- use_directory_urls : false
57
+ plugins :
58
+ - search
59
+ - tags
You can’t perform that action at this time.
0 commit comments