-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from FrApp42/dev/main
Dev/main
- Loading branch information
Showing
6 changed files
with
149 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1 @@ | ||
# Website | ||
|
||
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. | ||
|
||
### Installation | ||
|
||
``` | ||
$ pnpm install | ||
``` | ||
|
||
### Local Development | ||
|
||
``` | ||
$ pnpm run start | ||
``` | ||
|
||
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. | ||
|
||
### Build | ||
|
||
``` | ||
$ pnpm run build | ||
``` | ||
|
||
This command generates static content into the `build` directory and can be served using any static contents hosting service. | ||
|
||
### Deployment | ||
|
||
Using SSH: | ||
|
||
``` | ||
$ USE_SSH=true pnpm run deploy | ||
``` | ||
|
||
Not using SSH: | ||
|
||
``` | ||
$ GIT_USER=<Your GitHub username> pnpm run deploy | ||
``` | ||
|
||
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. | ||
# Frenchy Apps 42 website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
slug: system-v1.0.2 | ||
title: System v1.0.2 | ||
authors: [sikelio] | ||
tags: [tools, system, csharp, releases] | ||
--- | ||
|
||
## What's new ? | ||
|
||
* Added awake class | ||
|
||
## Changelog | ||
|
||
You can read the changelog with the following link: [changelog](https://github.com/FrApp42/Tools/releases/tag/system-1.0.2). | ||
|
||
You can also compare the changes with v1.0.0 with the following link: [changes](https://github.com/FrApp42/Tools/compare/1.0.1...system-1.0.2). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
slug: web-v1.1.0 | ||
title: Web v1.1.0 | ||
authors: [sikelio] | ||
tags: [tools, web, csharp, releases] | ||
--- | ||
|
||
## What's new ? | ||
|
||
* Added tests | ||
* Added `RunGetGytes()` in `Request` class | ||
|
||
## Changelog | ||
|
||
You can read the changelog with the following link: [changelog](https://github.com/FrApp42/Tools/releases/tag/web-1.1.0). | ||
|
||
You can also compare the changes with v1.0.0 with the following link: [changes](https://github.com/FrApp42/Tools/compare/1.0.1...web-1.1.0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters