Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website images #140

Merged
merged 27 commits into from
Oct 31, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
041c320
docusaurus config
JavierMonton Oct 29, 2021
aea7779
Formatting docs for Docusaurus
JavierMonton Oct 30, 2021
e0bfb1c
Formatting docs for Docusaurus
JavierMonton Oct 30, 2021
90ed983
syntax fix in docs
JavierMonton Oct 30, 2021
c226b78
moving modules in docs
JavierMonton Oct 30, 2021
e1ee9d9
Docusaurus website
JavierMonton Oct 30, 2021
1213f78
trying GH Actions for Docusaurus with keys instead of user
JavierMonton Oct 30, 2021
f674997
New secret for GH Action
JavierMonton Oct 30, 2021
d3c0ef9
Testing GH Action
JavierMonton Oct 30, 2021
1310d31
Testing GH Action
JavierMonton Oct 30, 2021
d59d024
Testing GH Action
JavierMonton Oct 30, 2021
7bcec6c
warn on broken links
JavierMonton Oct 30, 2021
e688c3a
Testing GH Actions for Docusaurus
JavierMonton Oct 30, 2021
0f21fbe
Testing GH Actions for Docusaurus
JavierMonton Oct 30, 2021
3229d86
Testing GH Actions for Docusaurus
JavierMonton Oct 30, 2021
1553e37
Testing GH Actions for Docusaurus
JavierMonton Oct 30, 2021
1da682b
Testing GH Actions for Docusaurus
JavierMonton Oct 30, 2021
90e1c3b
Testing GH Actions for Docusaurus
JavierMonton Oct 30, 2021
e35194a
Testing GH Actions for Docusaurus
JavierMonton Oct 30, 2021
5ab2069
Finishing GH Action for Docusaurus
JavierMonton Oct 30, 2021
ed05393
Linking readme with Docusaurus
JavierMonton Oct 30, 2021
7bc1f4a
Readme
JavierMonton Oct 30, 2021
3387fe2
new tmp logo
JavierMonton Oct 30, 2021
c171153
fix broken link
JavierMonton Oct 30, 2021
ef271f7
fix broken link
JavierMonton Oct 31, 2021
ff1583c
Merge remote-tracking branch 'origin/main' into Website/images
JavierMonton Oct 31, 2021
7c19553
Merge remote-tracking branch 'origin/main' into Website/images
JavierMonton Oct 31, 2021
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
Prev Previous commit
Next Next commit
fix broken link
  • Loading branch information
JavierMonton committed Oct 31, 2021
commit ef271f7719ff14e3759b957c00d670a750867d13
6 changes: 3 additions & 3 deletions website/src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './HomepageFeatures.module.css';
const FeatureList = [
{
title: 'Easy to Use',
Svg: require('../../static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('../../static/img/home_image1.svg').default,
description: (
<>
Import the modules that you need and start transforming your types.
Expand All @@ -14,7 +14,7 @@ const FeatureList = [
},
{
title: 'Type safety',
Svg: require('../../static/img/undraw_docusaurus_tree.svg').default,
Svg: require('../../static/img/home_image2.svg').default,
description: (
<>
Let the compiler work for you, safety conversions,
Expand All @@ -24,7 +24,7 @@ const FeatureList = [
},
{
title: 'Custom transformations',
Svg: require('../../static/img/undraw_docusaurus_react.svg').default,
Svg: require('../../static/img/home_image3.svg').default,
description: (
<>
Convert automatically to camelCase, snake_case, add suffixes or decide your custom function,
Expand Down
143 changes: 143 additions & 0 deletions website/static/img/home_image1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 156 additions & 0 deletions website/static/img/home_image2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading