Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Nov 10, 2024
1 parent 3ca230c commit 53d1b95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This repository contains tooling applications and libraries for KIE projects.

> **💡 RECOMMENDED**
>
> **Nix development environment**: A _devbox_ configuration is provided to automatically setup all the tools below. Read more in [here](./NIX_DEV_ENV.md).
> **Nix development environment**: A _devbox_ configuration is provided to automatically setup all the tools below. Read more in [here](./repo/NIX_DEV_ENV.md).
To build and test all packages of the Apache KIE Tools project, you're going to need:

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions repo/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ structure, concepts like "packages" and specifics on important tools like Maven,
| `repo/` <br> `scripts/` | Related to the monorepo itself. `repo` contains files describing the monorepo structure (I.e., packages DAG, for enabling partial clones with sparse checkout). `scripts` contains code to make the monorepo run smoothly. (E.g., `update-version-to` or `bootstrap`). |
| `docs/` <br> `gifs/` | Files referenced externally in READMEs, for instance. Could be unified into a single directory only, probably with a better name. |
| `package.json` <br> `pnpm-workspace.yaml` | Together they define the monorepo structure and make some commands available at the root dir. The root `package.json` acts like the glue holding everything together. It declares dependencies that are necessary for the monorepo to operate. Packages inside `scripts` are part of these dependencies. |
| `.envrc` <br> `devbox.lock` <br> `devbox.json` | Direnv and Devbox configuration files. See these instructions to set it up. See [NIX_DEV_ENV.md](./../../NIX_DEV_ENV.md) |
| `.envrc` <br> `devbox.lock` <br> `devbox.json` | Direnv and Devbox configuration files. See these instructions to set it up. See [NIX_DEV_ENV.md](./NIX_DEV_ENV.md) |
| `.ci/` | Jeknins configuration for Apache release jobs |
| `.github/` | GitHub configuration |
| `.asf.yaml` | Apache Software Foundation (ASF) YAML for configuring GitHub features, as no one has access to the Settings tab of repos under the Apache organization. |
Expand Down Expand Up @@ -257,7 +257,7 @@ This section contains relevant topics about developing packages hosted on KIE To
#### Setting up your environment

- Nix.dev, Devbox, and `direnv` _**(recommended!)**_
- See [NIX_DEV_ENV.md](./../../NIX_DEV_ENV.md)
- See [NIX_DEV_ENV.md](./NIX_DEV_ENV.md)
- Traditional
- See [the top-level README.md](../../README.md#step-0-install-the-necessary-tools)

Expand Down
File renamed without changes.

0 comments on commit 53d1b95

Please sign in to comment.