docs(docusaurus): update docs, add languages, ready to build

This commit is contained in:
Amruth Pillai 2022-03-11 20:02:16 +01:00
parent 2ff6761630
commit 1cc2232730
No known key found for this signature in database
GPG Key ID: E3C57DF9B80855AD
3 changed files with 28 additions and 4 deletions

View File

@ -7,10 +7,12 @@ import TOCInline from '@theme/TOCInline';
# Reactive Resume
![Project Version](https://img.shields.io/github/package-json/v/AmruthPillai/Reactive-Resume?style=flat-square)
![Project License](https://img.shields.io/github/license/AmruthPillai/Reactive-Resume?style=flat-square)
[![Docker Pulls](https://img.shields.io/docker/pulls/amruthpillai/reactive-resume?style=flat-square)](https://hub.docker.com/r/amruthpillai/reactive-resume)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAmruthPillai%2FReactive-Resume.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FAmruthPillai%2FReactive-Resume?ref=badge_shield)
## [Go to App](https://beta.rxresu.me) | [Docs](https://docs.rxresu.me)
## [Go to App](https://rxresu.me) | [Docs](https://docs.rxresu.me)
## Summary
@ -38,6 +40,15 @@ You have complete control over what goes into your resume, how it looks, what co
- Tailor-made Backend and Database, isolated from Google, Amazon etc.
- **Oh, and did I mention that it's free?**
## Languages
- English
- German (Deutsch)
- Kannada (ಕನ್ನಡ) (@aksh1251)
- Tamil (தமிழ்)
Help by [translating Reactive Resume](https://translate.rxresu.me) to your language!
## Report Issues
Use the [GitHub Issues](https://github.com/AmruthPillai/Reactive-Resume/issues/new/choose) platform to notify me about bugs or new features that you would like to see in Reactive Resume. Please check before creating new issues as there might already be one.
@ -46,7 +57,7 @@ Use the [GitHub Issues](https://github.com/AmruthPillai/Reactive-Resume/issues/n
Reactive Resume would be nothing without the folks who supported me and kept the project alive in the beginning, and your cotinued support is what keeps me going. If you found Reactive Resume to be useful, helpful or just insightful and appreciate the effort I took to make the project, please consider donating as little or as much as your can.
[☕️   Buy me a coffee](https://buymeacoffee.com/AmruthPillai)
#### [☕️ Buy me a coffee](https://www.buymeacoffee.com/AmruthPillai) | [💸 PayPal](https://paypal.me/RajaRajanA)
## License

View File

@ -42,6 +42,15 @@ The secret key can be a unique key, a randomly generated string that is used for
This URL would be used in features like link sharing functionality and authentication redirection. This points only to the client app, as the server would be running on `PORT 3100` always.
### `PUBLIC_SERVER_URL`
**Required**: `yes`
**Description:** URL through which server is accessible
**Default Value:** `http://localhost:3100`
This URL is used when export PDF functionality is used within the app and has to reach out to the server.
## Database
### `POSTGRES_HOST`

View File

@ -62,8 +62,12 @@ const config = {
title: 'Sections',
items: [
{
label: 'Building from Source',
to: '/build-from-source',
label: 'Tutorial',
to: '/tutorial',
},
{
label: 'Source Code',
to: '/source-code',
},
],
},