Skip to content

Commit

Permalink
replace www.locode.dev to servicestack.net/locode
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 20, 2024
1 parent b43a5ba commit f3af720
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion MyApp/_pages/autoquery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ AutoQuery Data's Open Provider model supports multiple back-end data sources. Th

<h2 class="flex border-none text-4xl">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="w-10 h-10 align-middle mr-1 text-blue-500 iconify iconify--ri" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M4 10.4V4a1 1 0 0 1 1-1h5V1h4v2h5a1 1 0 0 1 1 1v6.4l1.086.326a1 1 0 0 1 .682 1.2l-1.516 6.068A4.992 4.992 0 0 1 16 16a4.992 4.992 0 0 1-4 2a4.992 4.992 0 0 1-4-2a4.992 4.992 0 0 1-4.252 1.994l-1.516-6.068a1 1 0 0 1 .682-1.2L4 10.4zm2-.6L12 8l2.754.826l1.809.543L18 9.8V5H6v4.8zM4 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 12 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 20 20h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 12 22a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 4 22H2v-2h2z"></path></svg>
<a href="https://www.locode.dev">Locode</a>
<a href="https://servicestack.net/locode">Locode</a>
</h2>

If you're just getting started AutoQuery we also recommend using the built-in [Locode UI](/locode/) which lets you rapidly develop beautiful database-powered Web Apps, from an Instant UI around existing database-first RDBMS tables, or export into [highly customizable](/locode/declarative) declarative code-first development model with, on top of AutoQuery's industrial strength APIs to enable a rapid end-to-end typed development model for Web, Mobile & Desktop Apps.
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/locode/auditing.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ simple POCOs to define the precise schema of the underlying RDBMS tables and API

- Productive end-to-end [typed Development Model in 9 languages](https://servicestack.net/service-reference)
- [Declarative Dev Model](/locode/declarative) for defining Authentication, Validation, Documentation & UI Customizations
- Beautiful, UX-Friendly, capability-based Customizable UI in [Locode](https://www.locode.dev)
- Beautiful, UX-Friendly, capability-based Customizable UI in [Locode](https://servicestack.net/locode)
- Rich analysis, API discoverability & [simplified client integrations](/api-explorer#code-tab) in [API Explorer](/api-explorer)
- Powerful querying capabilities in [AutoQuery](/autoquery/)
- Full executable [Audit History Tracking](/autoquery/audit-log)
Expand Down
4 changes: 2 additions & 2 deletions MyApp/_pages/locode/custom-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Type definitions for functionality available in ServiceStack UI's

| UI | Description |
|----------------------------------------------------------|----------------------------------------------------------------------------------|
| [locode](https://api.locode.dev/modules/locode.html) | Global App and Type instances available in [Locode Apps](https://www.locode.dev) |
| [locode](https://api.locode.dev/modules/locode.html) | Global App and Type instances available in [Locode Apps](https://servicestack.net/locode) |
| [explorer](https://api.locode.dev/modules/explorer.html) | Global App and Type instances available in [API Explorer](/api-explorer) |
| [admin](https://api.locode.dev/modules/admin.html) | Global App and Type instances available in ServiceStack's [Admin UI](/admin-ui) |

Expand All @@ -82,7 +82,7 @@ We'll go through each App's folder to better visualize their extension placehold

### /locode

Lets you customize [Locode Apps](https://www.locode.dev) where [Custom Forms](/locode/custom-forms) can either be registered in
Lets you customize [Locode Apps](https://servicestack.net/locode) where [Custom Forms](/locode/custom-forms) can either be registered in
`custom.html` or added to `/components/*.mjs` where you can also override any of Locode's components by including
a locally modified copy from
[/components/*.mjs](https://github.com/ServiceStack/ServiceStack/tree/main/ServiceStack/src/ServiceStack/modules/locode/components)
Expand Down
6 changes: 3 additions & 3 deletions MyApp/_pages/locode/declarative.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ through C# Attributes by annotating C# API Types and Data Models with the extens
This declarative expressiveness also extends to [UI Attributes](#ui-metadata-attributes) that can customize the behavior and appearance of
Form UIs and formatted tabular resultsets, whose customizations are reused across all ServiceStack Auto UIs and Component libraries, including:

- [Locode](https://www.locode.dev)
- [Locode](https://servicestack.net/locode)
- [API Explorer](/api-explorer)
- [Vue Tailwind Components](/vue/)
- [Blazor Tailwind Components](/templates/blazor-components)
Expand Down Expand Up @@ -222,7 +222,7 @@ These attributes can be used to document and annotate APIs which will customize
Metadata services, [Add ServiceStack Reference](/add-servicestack-reference)
generated DTOs and metadata driven, capability-based Auto UIs like
[API Explorer](/api-explorer),
[Locode](https://www.locode.dev) and
[Locode](https://servicestack.net/locode) and
[Swagger UI](/openapi).

### Annotate APIs
Expand Down Expand Up @@ -264,7 +264,7 @@ Refer to the [Formatters docs](/locode/formatters) for more info on how to use f

### Custom Fields and Inputs

These attributes can be used to customize how fields and HTML Input controls in Auto UIs like [Locode](https://www.locode.dev)
These attributes can be used to customize how fields and HTML Input controls in Auto UIs like [Locode](https://servicestack.net/locode)
and [API Explorer](/api-explorer).

| Attribute | Description |
Expand Down
8 changes: 4 additions & 4 deletions MyApp/_pages/releases/v6_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ServiceStack v6.1
---

We're excited to announce [locode.dev](https://www.locode.dev), our **Rapid Application Development** solution to quickly develop
We're excited to announce [locode.dev](https://servicestack.net/locode), our **Rapid Application Development** solution to quickly develop
beautiful Full Stack CRUD Apps around **AutoQuery APIs**, suitable for a wide number of use-cases including:

- Rapid prototyping by creating an instant UI around existing **Database-First** RDBMS tables
Expand Down Expand Up @@ -224,7 +224,7 @@ simple POCOs to define the precise schema of the underlying RDBMS tables and its

- Productive end-to-end [typed Development Model in 9 languages](https://servicestack.net/service-reference)
- [Declarative Dev Model](/locode/declarative) for defining Authentication, Validation, Documentation & UI Customizations
- Beautiful, UX-Friendly, capability-based Customizable UI in [Locode](https://www.locode.dev)
- Beautiful, UX-Friendly, capability-based Customizable UI in [Locode](https://servicestack.net/locode)
- Rich analysis, API discoverability & [simplified client integrations](/api-explorer#code-tab) in [API Explorer](/api-explorer)
- Powerful querying capabilities in [AutoQuery](/autoquery/)
- Full executable [Audit History Tracking](/autoquery/audit-log)
Expand Down Expand Up @@ -443,7 +443,7 @@ For more information & a detailed walkthrough see the [Custom Forms Docs](/locod

## Custom Fields and Inputs

These attributes can be used to customize how fields and HTML Input controls in the Auto Form UIs in [Locode](https://www.locode.dev)
These attributes can be used to customize how fields and HTML Input controls in the Auto Form UIs in [Locode](https://servicestack.net/locode)
and [API Explorer](/api-explorer)

| Attribute | Description |
Expand Down Expand Up @@ -644,7 +644,7 @@ Type definitions for all functionality available in ServiceStack UI's are publis

| UI | Description |
|----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| [locode](https://api.locode.dev/modules/locode.html) | Global App and Type instances available in [Locode Apps](https://www.locode.dev) |
| [locode](https://api.locode.dev/modules/locode.html) | Global App and Type instances available in [Locode Apps](https://servicestack.net/locode) |
| [explorer](https://api.locode.dev/modules/explorer.html) | Global App and Type instances available in [API Explorer](/api-explorer) |
| [admin](https://api.locode.dev/modules/admin.html) | Global App and Type instances available in ServiceStack's [Admin UI](/admin-ui) |

Expand Down
4 changes: 2 additions & 2 deletions MyApp/_pages/releases/v6_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ title: ServiceStack v6.4
</div>

Due to the popularity of our [Blazor Jamstack templates](/templates/blazor-tailwind) we've continued investing in Blazor and improving upon their already
[optimal Development Workflow](/templates/blazor-tailwind#optimal-development-workflow) in which we're excited to announce exciting new Blazor Components enabling a compelling a Rapid Application Development platform for Blazor Apps delivering many of the productivity benefits previously limited to [locode.dev](https://www.locode.dev) UI's.
[optimal Development Workflow](/templates/blazor-tailwind#optimal-development-workflow) in which we're excited to announce exciting new Blazor Components enabling a compelling a Rapid Application Development platform for Blazor Apps delivering many of the productivity benefits previously limited to [locode.dev](https://servicestack.net/locode) UI's.

### Seamless Upgrade from Locode

Our new native Blazor Components allows for a beautiful progression story where you can start with a [Database-First Locode](/locode/database-first) solution to instantly [generate Data Models and CRUD APIs](/locode/database-first#exporting-to-code-first-types) around your existing databases that's able to utilize [Locode's built-in UI](/locode/) for an instant modern UI for managing your App's databases whose [declarative dev model](/locode/declarative) can be used to define API Authorization & Validation rules or to customize the Behaviour & Appearance of Locode's Auto UI.

But to provide a compelling UX you'll want to adopt a [Hybrid solution](https://www.locode.dev/#reuse) where after the necessary RAD dev cycles to gather and solidify business requirements you can start implementing their important unique workflows with a bespoke Blazor App that can reuse existing typed AutoQuery APIs and Data Models to speed up development whilst other supporting back-office functionality can continue to be managed by Locode.
But to provide a compelling UX you'll want to adopt a [Hybrid solution](https://servicestack.net/locode/#reuse) where after the necessary RAD dev cycles to gather and solidify business requirements you can start implementing their important unique workflows with a bespoke Blazor App that can reuse existing typed AutoQuery APIs and Data Models to speed up development whilst other supporting back-office functionality can continue to be managed by Locode.

#### Rapid Application with Blazor

Expand Down

0 comments on commit f3af720

Please sign in to comment.