fix: links
This commit is contained in:
parent
74ce023b63
commit
f2d07c011a
|
@ -119,7 +119,7 @@ The options are passed along to the `build` command.
|
|||
## Your commands
|
||||
|
||||
You can implement your own command by implementing
|
||||
[`@flecks/build.commands`](/docs/flecks/@flecks/dox/hooks#flecksbuildcommands) in your fleck. Let's
|
||||
[`@flecks/build.commands`](./flecks/hooks#flecksbuildcommands) in your fleck. Let's
|
||||
run through the process.
|
||||
|
||||
### Implement <code>@flecks/build​.commands</code>
|
||||
|
|
|
@ -16,9 +16,8 @@ file will look like this:
|
|||
'@flecks/server': {}
|
||||
```
|
||||
|
||||
Each fleck may have configuration that can be set through `build/flecks.yml`.
|
||||
For a deep dive of configurable core flecks, see
|
||||
[the generated configuration page](/docs/flecks/@flecks/dox/config).
|
||||
Each fleck may have configuration that can be set through `build/flecks.yml`. For a deep dive of
|
||||
configurable core flecks, see [the generated configuration page](./flecks/config).
|
||||
|
||||
## `build/flecks.yml`
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ flecks is built with supreme attention to the developer and end-user experience.
|
|||
|
||||
- 🧩 **Small but pluggable**
|
||||
- The simplest application is two flecks, `core` and `server` (**7 MB** production server size): you don't pay for what you don't buy
|
||||
- Endlessly configurable through built-in [hooks](./flecks/@flecks/dox/hooks) and then your own
|
||||
- Endlessly configurable through built-in [hooks](./flecks/hooks) and then your own
|
||||
- 🛠️ **Ready to build maintainable and performant production applications**
|
||||
- [Documentation](./documentation) generation for your project with no fuss
|
||||
- [Write tests](./testing), run on server/in browser/...
|
||||
|
|
Loading…
Reference in New Issue
Block a user