Skip to content
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
22 changes: 11 additions & 11 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
- Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or advances of
- The use of sexualized language or imagery, and sexual attention or advances of
any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email address,
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email address,
without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand All @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
coc@openclerk.dev. All complaints will be reviewed and investigated
coc@openclerk.ch. All complaints will be reviewed and investigated
promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ The frontend is typically deployed alongside the backend in a Docker container (

## Links

- [Live Site](https://openclerk.dev)
- [Live Site](https://openclerk.ch)
- [Main Repository](../../README.md)
- [Python Package](../../packages/clerk/README.md)
8 changes: 4 additions & 4 deletions apps/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The public-facing marketing website for OpenClerk - built with React, TypeScript

## Overview

This is the landing page and documentation site hosted on Vercel at openclerk.dev, providing:
This is the landing page and documentation site hosted on Vercel at openclerk.ch, providing:

- **Landing page** - Product overview and features
- **Documentation** - User guides and API reference (static, no backend required)
Expand Down Expand Up @@ -94,7 +94,7 @@ This copies all `.md` files from `docs/` to `apps/website/public/docs/` and gene

- **URL**: `/docs` or `/docs/path/to/file.md`
- **Navigation**: Sidebar with sections based on directory structure
- **Features**:
- **Features**:
- Syntax-highlighted code blocks
- Tables and GitHub-flavored Markdown
- Responsive design with mobile sidebar
Expand Down Expand Up @@ -128,13 +128,13 @@ VITE_API_URL=http://localhost:8000

## Deployment

The website is deployed to openclerk.dev via **Vercel**.
The website is deployed to openclerk.ch via **Vercel**.

See `vercel.json` for deployment configuration.

## Links

- [Live Site](https://openclerk.dev)
- [Live Site](https://openclerk.ch)
- [Main Repository](../../README.md)
- [Python Package](../../packages/clerk/README.md)
- [Main Application](../frontend/README.md) - The full OpenClerk app
Loading
Loading