From d055eaedd92bd2cc05ae561312a57fdf9f63c3ac Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 10:50:50 +0200
Subject: [PATCH 01/10] feat: make boxes appear as clickable links
---
src/page/Documentation.js | 196 +++++++++++++++++++-------------------
1 file changed, 97 insertions(+), 99 deletions(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index 6e96579..6b66884 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -1,15 +1,15 @@
-import React, {Component} from 'react';
-import {Card, CardSubtitle, CardText, CardTitle, Col, Container, Row} from "reactstrap";
-import {Link} from "react-router-dom";
+import React, { Component } from 'react';
+import { Card, CardSubtitle, CardText, CardTitle, Col, Container, Row } from "reactstrap";
+import { Link } from "react-router-dom";
-import {FaBookReader} from 'react-icons/fa';
-import {FaStream} from 'react-icons/fa';
-import {FaMicroblog} from 'react-icons/fa';
-import {FaGitter} from 'react-icons/fa';
-import {FaGithub} from 'react-icons/fa';
-import {FaRegLaughSquint} from 'react-icons/fa';
-import {MdSchool} from 'react-icons/md';
-import {GoGraph} from 'react-icons/go';
+import { FaBookReader } from 'react-icons/fa';
+import { FaStream } from 'react-icons/fa';
+import { FaMicroblog } from 'react-icons/fa';
+import { FaGitter } from 'react-icons/fa';
+import { FaGithub } from 'react-icons/fa';
+import { FaRegLaughSquint } from 'react-icons/fa';
+import { MdSchool } from 'react-icons/md';
+import { GoGraph } from 'react-icons/go';
class Documentation extends Component {
@@ -28,37 +28,35 @@ class Documentation extends Component {
-
-
-
-
-
-
-
- Programming Flix
-
-
- The book provides an introduction to Flix for functional programmers. The book
- demonstrates the core concepts of Flix through several examples.
-
-
+
+
+
+
+
+
+ Programming Flix
+
+
+ The book provides an introduction to Flix for functional programmers. The book
+ demonstrates the core concepts of Flix through several examples.
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
Standard Library
-
-
-
- The documentation provides a Javadoc-style description of the Flix library.
-
-
+
+
+ The documentation provides a Javadoc-style description of the Flix library.
+
+
+
@@ -72,81 +70,81 @@ class Documentation extends Component {
-
-
-
-
-
-
-
- Research Papers
-
-
+
+
+
+
+
+
+ Research Papers
+
+
+
-
-
-
-
-
-
-
- Blog
-
-
+
+
+
+
+
+
+ Blog
+
+
+
-
-
-
-
-
-
-
- Gitter
-
-
+
+
+
+
+
+
+ Gitter
+
+
+
-
-
-
-
-
-
-
- GitHub
-
-
+
+
+
+
+
+
+ GitHub
+
+
+
-
-
-
-
-
-
-
- Compiler Perf
-
-
+
+
+
+
+
+
+ Compiler Perf
+
+
+
-
-
-
-
-
-
-
- Language Checklist
-
-
+
+
+
+
+
+
+ Language Checklist
+
+
+
From 6f96015505bece518d51460714943818190af338 Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:02:18 +0200
Subject: [PATCH 02/10] Update color
---
src/page/Documentation.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index 6b66884..bd351c2 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -52,7 +52,7 @@ class Documentation extends Component {
Standard Library
-
+
The documentation provides a Javadoc-style description of the Flix library.
From 5aeec91c7663daeeafb5232c91a4769fdb8000ed Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:03:29 +0200
Subject: [PATCH 03/10] Revert "Update color"
This reverts commit 6f96015505bece518d51460714943818190af338.
---
src/page/Documentation.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index bd351c2..6b66884 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -52,7 +52,7 @@ class Documentation extends Component {
Standard Library
-
+
The documentation provides a Javadoc-style description of the Flix library.
From 0e81f47662a3217eb7e7987442723cfc8380a272 Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:08:59 +0200
Subject: [PATCH 04/10] Fix colors
---
src/page/Documentation.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index 6b66884..bc5a193 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -36,7 +36,7 @@ class Documentation extends Component {
Programming Flix
-
+
The book provides an introduction to Flix for functional programmers. The book
demonstrates the core concepts of Flix through several examples.
@@ -52,7 +52,7 @@ class Documentation extends Component {
Standard Library
-
+
The documentation provides a Javadoc-style description of the Flix library.
@@ -75,7 +75,7 @@ class Documentation extends Component {
-
+
Research Papers
@@ -88,7 +88,7 @@ class Documentation extends Component {
-
+
Blog
@@ -101,7 +101,7 @@ class Documentation extends Component {
-
+
Gitter
@@ -114,7 +114,7 @@ class Documentation extends Component {
-
+
GitHub
@@ -127,7 +127,7 @@ class Documentation extends Component {
-
+
Compiler Perf
@@ -140,7 +140,7 @@ class Documentation extends Component {
-
+
Language Checklist
From 1e5aaf3cbc6a9c03fc9ac38c50368129835af051 Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:11:10 +0200
Subject: [PATCH 05/10] Experiment with classes
---
src/page/Documentation.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index bc5a193..a6c07e0 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -140,7 +140,7 @@ class Documentation extends Component {
-
+
Language Checklist
From 4872aee55e1638c1de38bd9850a6031bbc5e9101 Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:14:56 +0200
Subject: [PATCH 06/10] Add class
---
src/page/Documentation.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index a6c07e0..4e1d947 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -52,7 +52,7 @@ class Documentation extends Component {
Standard Library
-
+
The documentation provides a Javadoc-style description of the Flix library.
@@ -140,7 +140,7 @@ class Documentation extends Component {
-
+
Language Checklist
From c02debad8dc360349ba55747c3f6b83c0b2f1b53 Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:16:46 +0200
Subject: [PATCH 07/10] Remove class
---
src/page/Documentation.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index 4e1d947..de1a371 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -140,7 +140,7 @@ class Documentation extends Component {
-
+
Language Checklist
From 0e4761c5431bae7384a98ea9ce00129f8ad08cda Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:19:11 +0200
Subject: [PATCH 08/10] Fix classes
---
src/page/Documentation.js | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index de1a371..edde7c5 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -36,7 +36,7 @@ class Documentation extends Component {
Programming Flix
-
+
The book provides an introduction to Flix for functional programmers. The book
demonstrates the core concepts of Flix through several examples.
@@ -75,7 +75,7 @@ class Documentation extends Component {
-
+
Research Papers
@@ -88,7 +88,7 @@ class Documentation extends Component {
-
+
Blog
@@ -101,7 +101,7 @@ class Documentation extends Component {
-
+
Gitter
@@ -114,7 +114,7 @@ class Documentation extends Component {
-
+
GitHub
@@ -127,7 +127,7 @@ class Documentation extends Component {
-
+
Compiler Perf
@@ -140,7 +140,7 @@ class Documentation extends Component {
-
+
Language Checklist
From acd253262092416863027ca4ff305cd964f26ea2 Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:23:55 +0200
Subject: [PATCH 09/10] Fix classes
---
src/page/Documentation.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index edde7c5..4528c51 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -28,15 +28,15 @@ class Documentation extends Component {
-
+
-
+
-
+
Programming Flix
-
+
The book provides an introduction to Flix for functional programmers. The book
demonstrates the core concepts of Flix through several examples.
@@ -44,15 +44,15 @@ class Documentation extends Component {
-
+
-
+
-
+
Standard Library
-
+
The documentation provides a Javadoc-style description of the Flix library.
From 7c1f23ab175ba22c7e325a14b760ee3694d59c8c Mon Sep 17 00:00:00 2001
From: jaschdoc <60233376+jaschdoc@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:43:44 +0200
Subject: [PATCH 10/10] Fix classes
---
src/page/Documentation.js | 52 +++++++++++++++++++--------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/src/page/Documentation.js b/src/page/Documentation.js
index 4528c51..5455589 100644
--- a/src/page/Documentation.js
+++ b/src/page/Documentation.js
@@ -28,15 +28,15 @@ class Documentation extends Component {
-
+
-
+
-
+
Programming Flix
-
+
The book provides an introduction to Flix for functional programmers. The book
demonstrates the core concepts of Flix through several examples.
@@ -44,15 +44,15 @@ class Documentation extends Component {
-
+
-
+
-
+
Standard Library
-
+
The documentation provides a Javadoc-style description of the Flix library.
@@ -70,12 +70,12 @@ class Documentation extends Component {
-
+
-
+
-
+
Research Papers
@@ -83,12 +83,12 @@ class Documentation extends Component {
-
+
-
+
-
+
Blog
@@ -96,12 +96,12 @@ class Documentation extends Component {
-
+
-
+
-
+
Gitter
@@ -109,12 +109,12 @@ class Documentation extends Component {
-
+
-
+
-
+
GitHub
@@ -122,12 +122,12 @@ class Documentation extends Component {
-
+
-
+
-
+
Compiler Perf
@@ -135,12 +135,12 @@ class Documentation extends Component {
-
+
-
+
-
+
Language Checklist