File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer').themes.dracula;
77/** @type {import('@docusaurus/types').Config } */
88const config = {
99 title : 'Airframes Documentation' ,
10- tagline : 'Planes are cool' ,
10+ tagline : 'Planes are cool, but people who like plane data are even cooler. ' ,
1111 url : 'https://docs.airframes.io' ,
1212 baseUrl : '/' ,
1313 onBrokenLinks : 'throw' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const FeatureList = [
88 Svg : require ( '../../static/img/undraw_docusaurus_mountain.svg' ) . default ,
99 description : (
1010 < >
11- Learn how to get started with < a href = "/feeding/what" > feeding your data</ a > to Airframes quickly.
11+ Learn how to get started with < a href = "/docs/ feeding/what" > feeding your data</ a > to Airframes quickly.
1212 </ >
1313 ) ,
1414 } ,
@@ -17,7 +17,7 @@ const FeatureList = [
1717 Svg : require ( '../../static/img/undraw_docusaurus_tree.svg' ) . default ,
1818 description : (
1919 < >
20- Utilize the data aggregated and processed by Airframes to search and monitor active flights.
20+ Utilize the data aggregated and processed by Airframes to < a href = "https://app.airframes.io/messages" > search</ a > and monitor active flights.
2121 </ >
2222 ) ,
2323 } ,
You can’t perform that action at this time.
0 commit comments