Skip to content

Commit

Permalink
feat: remove Research page (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen authored Dec 22, 2023
1 parent 6a15c6d commit 75c18ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 180 deletions.
6 changes: 0 additions & 6 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import GetStarted from "./page/GetStarted";
import Documentation from "./page/Documentation";
import Principles from "./page/Principles";
import Contribute from "./page/Contribute";
import Research from "./page/Research";
import Faq from "./page/Faq";
import {Container, Navbar, Nav, NavItem, NavLink, Row} from 'reactstrap';
import {Route} from "react-router";
Expand Down Expand Up @@ -97,10 +96,6 @@ class App extends Component {
<NavLink tag={Link} to="/documentation/">Documentation</NavLink>
</NavItem>

<NavItem className="pl-1 pr-1">
<NavLink tag={Link} to="/research/">Research</NavLink>
</NavItem>

<NavItem className="pl-1 pr-1">
<NavLink tag={Link} to="/faq/">FAQ</NavLink>
</NavItem>
Expand All @@ -123,7 +118,6 @@ class App extends Component {
<Route path="/get-started/" component={GetStarted}/>
<Route path="/principles/" component={Principles}/>
<Route path="/documentation/" component={Documentation}/>
<Route path="/research/" component={Research}/>
<Route path="/faq/" component={Faq}/>
<Route path="/blog/" component={Blog}/>
<Route path="/contribute/" component={Contribute}/>
Expand Down
14 changes: 0 additions & 14 deletions src/page/Documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ 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 { MdSchool } from 'react-icons/md';
import { GoGraph } from 'react-icons/go';

class Documentation extends Component {
Expand Down Expand Up @@ -68,19 +67,6 @@ class Documentation extends Component {
</Row>

<Row className="mb-3">
<Col lg="2">
<Link to="/research">
<Card body className="h-100">
<CardSubtitle className="text-center m-4 text-black-50">
<MdSchool style={{ fontSize: '3em' }} />
</CardSubtitle>
<CardTitle className="text-center link-primary">
Research Papers
</CardTitle>
</Card>
</Link>
</Col>

<Col lg="2">
<Link to="/blog/">
<Card body className="h-100">
Expand Down
2 changes: 1 addition & 1 deletion src/page/Faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ class Faq extends Component {
This sounds like vaporware. All big promises and no delivery.
</Question>
<Answer>
The <Link to="/research/">research</Link>,
The <a href="https://doc.flix.dev/research-literature.html">research</a>,
the <a href="https://github.com/flix/flix">code</a>,
and the <a href="https://arewefast.flix.dev/">performance</a>.
</Answer>
Expand Down
159 changes: 0 additions & 159 deletions src/page/Research.js

This file was deleted.

0 comments on commit 75c18ba

Please sign in to comment.