Skip to content

Commit

Permalink
Update core doc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobortolan committed Jan 25, 2024
1 parent b3fb44f commit 5751ec7
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion blog/2023-01-16-hello-world/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Embloy is designed to be your comprehensive hub for job applications – a unive

<!--truncate-->

Now, let's delve into the intricacies of the Docs. Within, you'll find our SDKs seamlessly integrated, examples ready for implementation, and a comprehensive guide on how to seamlessly integrate Embloy with your projects.
Now, let's get back to the Docs. Within, you'll find our SDKs seamlessly integrated, examples ready for implementation, and a comprehensive guide on how to seamlessly integrate Embloy with your projects.

The essence of Embloy lies in its continuous evolution. It's not just a product; Embloy's a work in progress that thrives on your input. Expect frequent updates, refinements, and perhaps a few delightful surprises and ~~bugs~~ _features_ along the way.

Expand Down
6 changes: 5 additions & 1 deletion docs/core/account/account_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ _You're one small step away from using Embloy!_
## Create a new Embloy account via the web-app

Users can set up an account with their email address and password, or choose to log in using the OAuth2.0 services
provided by Google and GitHub.
provided by Google and GitHub and soon LinkedIn and Microsoft (see [embloy.com/register](https://embloy.com/register)).

:::info
When creating an account or logging in using OAuth2.0, the account is automatically linked to your profile.
:::

Passwords are instantly hashed using [bcryt](https://en.wikipedia.org/wiki/Bcrypt) and stored in the database as a
hash. In case a user forgets their password, it can be reset via standard email authentication.
Expand Down
2 changes: 1 addition & 1 deletion docs/core/account/account_deletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a destructive action and cannot be undone!

## Delete Embloy account via web-app

To delete your account, go to your [account page](https://embloy.com/user/me).
To delete your account, go to the bottom of the [settings page](https://embloy.com/dashboard/settings).

There, you should find a "DELETE ACCOUNT" button that deletes all your data related to:

Expand Down
2 changes: 1 addition & 1 deletion docs/core/account/account_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Decide how to be seen by your employers and applicants.

## Updating account information

You can customize your profile's information by checking out the settings page or by using [this endpoint](https://www.postman.com/embloy/workspace/embloy-workspace/request/24977803-a962de05-cf83-4c29-8495-1bdacf06454d).
You can customize your profile's information by checking out [the settings page](https://embloy.com/dashboard/settings) or by using [this endpoint](https://www.postman.com/embloy/workspace/embloy-workspace/request/24977803-a962de05-cf83-4c29-8495-1bdacf06454d).

## Personal details

Expand Down
2 changes: 1 addition & 1 deletion docs/core/applications/own_applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 2

# Own applications

You can see applications submitted by you on your main dashboard page. There, you can review your application status (_pending_, _accepted_ or _rejected_). Once an application is accepted, the job will automatically be moved to the _upcoming jobs_ panel.
You can see applications submitted by you on your [main dashboard page](https://embloy.com/dashboard/applications). There, you can review your application status (_pending_, _accepted_ or _rejected_). Once an application is accepted, the job will automatically be moved to the [upcoming jobs panel](https://embloy.com/dashboard).

If you click on an application, you can see the current application status, your application message and your application attachments (if uploaded when applying).

Expand Down
2 changes: 1 addition & 1 deletion docs/core/subscriptions/subscription_customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 4
---

# Subscription customization
# Customize subscriptions

This feature is not implemented yet. Fore more information see our [GitHub issues](https://github.com/Embloy/Embloy-Core-Server/issues).

Expand Down
11 changes: 11 additions & 0 deletions docs/core/subscriptions/subscription_management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 3
---

# Manage subscriptions

To get an overview of your active subscriptions, you can either check out your [subscription page](https://embloy.com/dashboard/billing) on your Embloy account, find it manually using [this endpoint](https://www.postman.com/embloy/workspace/embloy-workspace/request/24977803-7cab524b-8cbb-4c9b-ba55-ebf24e267f12), or see them directly on a Stripe portal using [this endpoint](https://www.postman.com/embloy/workspace/embloy-workspace/request/24977803-687fefbc-dd89-4fcc-8e17-30d72a0dacaf).

## Past charges

If you want to check your past charges, e.g., to download the receipts, you can do so by clicking on a subscription on your account's [subscription page](https://embloy.com/dashboard/billing) or do it manually using [this endpoint](https://www.postman.com/embloy/workspace/embloy-workspace/request/24977803-404f289e-eb7b-4b4f-9c95-acb27fc856e6).
11 changes: 0 additions & 11 deletions docs/core/subscriptions/subscription_overview.md

This file was deleted.

0 comments on commit 5751ec7

Please sign in to comment.