Skip to content

Commit

Permalink
Conf: Edit GitHub URL to /yanthomasdev/lunaria (#134)
Browse files Browse the repository at this point in the history
* Edit GitHub URL to /yanthomasdev/lunaria

* "Yan-Thomas" to "yanthomasdev"
  • Loading branch information
thomasbnt authored Apr 17, 2024
1 parent c3e49f8 commit 465ce04
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Yan-Thomas/lunaria/assets/61414485/d89b6221-403c-465c-821a-5d02b339590c">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Yan-Thomas/lunaria/assets/61414485/cfe14a43-e87d-4d8a-9285-651017f1f6e6">
<img alt="Lunaria logo" src="https://github.com/Yan-Thomas/lunaria/assets/61414485/cfe14a43-e87d-4d8a-9285-651017f1f6e6" height="100">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/yanthomasdev/lunaria/assets/61414485/d89b6221-403c-465c-821a-5d02b339590c">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/yanthomasdev/lunaria/assets/61414485/cfe14a43-e87d-4d8a-9285-651017f1f6e6">
<img alt="Lunaria logo" src="https://github.com/yanthomasdev/lunaria/assets/61414485/cfe14a43-e87d-4d8a-9285-651017f1f6e6" height="100">
</picture>
<br/>
<br/>
Expand Down
4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export default defineConfig({
replacesTitle: true,
},
social: {
github: 'https://github.com/Yan-Thomas/lunaria',
github: 'https://github.com/yanthomasdev/lunaria',
},
editLink: {
baseUrl: 'https://github.com/Yan-Thomas/lunaria/edit/main/docs/',
baseUrl: 'https://github.com/yanthomasdev/lunaria/edit/main/docs/',
},
head: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';

:::caution[Work in progress]
Lunaria is currently in early access and **breaking changes** are bound to happen.
If you've found anything wrong or unexpected, please [open an issue on GitHub](https://github.com/Yan-Thomas/lunaria/issues/new).
If you've found anything wrong or unexpected, please [open an issue on GitHub](https://github.com/yanthomasdev/lunaria/issues/new).
:::

Lunaria is an **localization management toolchain** for open-source projects, giving the tools necessary for both maintainers and contributors to build a seamless and efficient localization workflow.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/manual-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following example sets up Lunaria to track Markdown/MDX content for both Eng
Learn more about all the available options in the [Configuration Reference guide](/configuration-reference/).

:::tip
Visit the [Lunaria repository's examples directory](https://github.com/Yan-Thomas/lunaria/tree/main/examples/) to see configuration examples for different frameworks and projects.
Visit the [Lunaria repository's examples directory](https://github.com/yanthomasdev/lunaria/tree/main/examples/) to see configuration examples for different frameworks and projects.
:::

## 4. Next Steps
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Lunaria allows for extensive customization of its default behavior. This referen

Configure your dashboard's displayed git hosting links. The expected properties are:

- `name` — The unique name of your repository in the git hosting platform, e.g. `'Yan-Thomas/lunaria'`.
- `name` — The unique name of your repository in the git hosting platform, e.g. `'yanthomasdev/lunaria'`.
- `branch` — The name of your repository's branch tracked content, by default `'main'`.
- `rootDir` — The root directory of the project if using a monorepo, e.g. `'docs'`.
- `hosting` — The git hosting platform being used, e.g. `'github'` or `'gitlab'`.
Expand Down
2 changes: 1 addition & 1 deletion examples/nextra/lunaria.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "Yan-Thomas/lunaria",
"name": "yanthomasdev/lunaria",
"rootDir": "examples/nextra"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion examples/starlight/lunaria.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"repository": {
"name": "Yan-Thomas/lunaria",
"name": "yanthomasdev/lunaria",
"rootDir": "examples/starlight"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion examples/vitepress/lunaria.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "Yan-Thomas/lunaria",
"name": "yanthomasdev/lunaria",
"rootDir": "examples/vitepress"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Now, you need to add a new script to your `package.json` file to trigger a dashb
},
```

Want other usage examples? Head over to the [`examples/` directory](https://github.com/Yan-Thomas/lunaria/tree/main/examples/) and inspect the source code for tips & tricks about using `@lunariajs/core` with other frameworks and environments.
Want other usage examples? Head over to the [`examples/` directory](https://github.com/yanthomasdev/lunaria/tree/main/examples/) and inspect the source code for tips & tricks about using `@lunariajs/core` with other frameworks and environments.
2 changes: 1 addition & 1 deletion packages/core/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"properties": {
"name": {
"type": "string",
"description": "The unique name of your repository in your git hosting platform, e.g. `\"Yan-Thomas/lunaria\"`"
"description": "The unique name of your repository in your git hosting platform, e.g. `\"yanthomasdev/lunaria\"`"
},
"branch": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yan-Thomas/lunaria",
"url": "https://github.com/yanthomasdev/lunaria",
"directory": "packages/core"
},
"bugs": "https://github.com/Yan-Thomas/lunaria/issues",
"bugs": "https://github.com/yanthomasdev/lunaria/issues",
"scripts": {
"build": "unbuild && pnpm run schema",
"lint": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/cli/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function init(options: InitOptions) {

const repoName = await text({
message: i('What is the unique name of your repository?'),
placeholder: 'Yan-Thomas/lunaria',
placeholder: 'yanthomasdev/lunaria',
validate(value) {
if (value.trim().length < 1) return 'The repository name cannot be empty.';
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/config/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import type { LocalizationStatus } from '../types.js';
import { isRelative, removeTrailingSlash } from '../utils.js';

const RepositorySchema = z.object({
/** The unique name of your repository in your git hosting platform, e.g. `"Yan-Thomas/lunaria"` */
/** The unique name of your repository in your git hosting platform, e.g. `"yanthomasdev/lunaria"` */
name: z
.string()
.transform((path) => removeTrailingSlash(path))
.describe(
'The unique name of your repository in your git hosting platform, e.g. `"Yan-Thomas/lunaria"`'
'The unique name of your repository in your git hosting platform, e.g. `"yanthomasdev/lunaria"`'
),
/** The currently tracked branch of your repository */
branch: z.string().default('main').describe('The currently tracked branch of your repository'),
Expand Down
4 changes: 2 additions & 2 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yan-Thomas/lunaria",
"url": "https://github.com/yanthomasdev/lunaria",
"directory": "packages/starlight"
},
"bugs": "https://github.com/Yan-Thomas/lunaria/issues",
"bugs": "https://github.com/yanthomasdev/lunaria/issues",
"peerDependencies": {
"@astrojs/starlight": ">=0.14.0",
"astro": ">=4.0.0",
Expand Down

0 comments on commit 465ce04

Please sign in to comment.