Skip to content

Commit f87e263

Browse files
committed
preview discovery
1 parent d32651f commit f87e263

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docs/IDE-Customize.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ The `ApiLogicServer create` command also creates:
4242

4343
 
4444

45+
### Discoverability - Logic, Services
46+
47+
In addition to altering the files noted above, you can use discovery. This enables logic and services to be broken up into multiple files, which are auto-discovered.
48+
49+
These can help teams integrate their work, with reduced conflict.
50+
51+
![Discovability](images/architecture/discovery.png)
52+
53+
 
54+
4555
## Debug
4656

4757
Utilize IDE Debuggers, including for declarative rules, as described in the [Tutorial](Tutorial.md#3-customize-and-debug-in-your-ide):
936 KB
Loading

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Description: Instantly Create and Run Database Projects - GenAI, Flask, APIs, SQ
1515
[![Supported Python versions](https://img.shields.io/pypi/pyversions/apilogicserver.svg)](https://pypi.python.org/pypi/apilogicserver/)
1616

1717

18-
[![API Logic Server Intro](images/hero-banner.png)](Doc-Home.md "Click for Docs")
18+
[![API Logic Server Intro](images/hero-banner.png)](#install-and-verify "Click for Setup")
1919

2020
# API Logic Server - In Action
2121

@@ -461,7 +461,7 @@ als create --project-name=sample_ai --db-url=sqlite:///sample_ai.sqlite
461461
code sample_ai
462462
```
463463

464-
Then explore the *demos, samples and tutorials*, below.
464+
Then explore the *demos, samples and tutorials*, below. For docs, [click here](Doc-Home.md){:target="_blank" rel="noopener"}.
465465

466466
</details>
467467

@@ -629,12 +629,12 @@ Then, you might like to try out some of our [dockerized test databases](https://
629629

630630
This pre-release includes:
631631

632-
* genai, using chatgpt & copilot for hands-free create/run (no copy/paste, no cli...)
632+
* [logic and service discovery](IDE-Customize.md#discoverability-logic-services){:target="_blank" rel="noopener"}.
633633

634634
You can try it at (you may need to use `python3`):
635635

636636
```bash
637-
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ApiLogicServer==10.03.99
637+
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ApiLogicServer==10.04.06
638638
```
639639

640640
Or use (neither available currently):

0 commit comments

Comments
 (0)