Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(doc): #1375 update domain to fluidattacks.tech #1376

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ It is

## Installation

[Installation](https://makes.fluidattacks.com/getting-started/#installation)
[Installation](https://makes.fluidattacks.tech/getting-started/#installation)

## Documentation

See https://makes.fluidattacks.com
See https://makes.fluidattacks.tech

## Issues

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Makes | Fluid Attacks
site_url: https://makes.fluidattacks.com/
site_url: https://makes.fluidattacks.tech/
site_description: Documentation for Makes
site_author: Fluid Attacks
repo_url: https://github.com/fluidattacks/makes
Expand Down
4 changes: 2 additions & 2 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ If you're adding new files, make sure to `git add` them first.
#### Adding documentation

- All changes must be documented in the same PR.
- You can run `m . /docs/dev` to serve the [docs site](https://makes.fluidattacks.com)
- You can run `m . /docs/dev` to serve the [docs site](https://makes.fluidattacks.tech)
on localhost.
- Make sure you lint the documentation with `m . /lintMarkdown/all`.

#### Adding tests

- All new [builtins](https://makes.fluidattacks.com/api/builtins/) must be
- All new [builtins](https://makes.fluidattacks.tech/api/builtins/) must be
tested.
- You can add tests to either `/makes.nix` or `/makes/your-builtin/main.nix`
depending on the nature of the builtin.
Expand Down
2 changes: 1 addition & 1 deletion makes/docs/deploy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function main {
local env="${1-}"
local domain="makes.fluidattacks.com"
local domain="makes.fluidattacks.tech"
local cname_path="src/CNAME"

: \
Expand Down
Loading