Merge branch 'master' of https://github.com/lingdocs/lingdocs.com
This commit is contained in:
commit
077d030f8a
4
.npmrc
4
.npmrc
|
@ -1,2 +1,2 @@
|
|||
@lingdocs:registry=https://reg.lingdocs.com
|
||||
//reg.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN}
|
||||
@lingdocs:registry=https://npm.lingdocs.com
|
||||
//npm.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN}
|
||||
|
|
|
@ -19,7 +19,12 @@ const projects = [
|
|||
description: "A Pashto grammar reference. This is extremely new and only in the very beginning stages.",
|
||||
link: "https://grammar.lingdocs.com",
|
||||
},
|
||||
]
|
||||
{
|
||||
title: "Pashto Dictionary",
|
||||
description: "A Pashto dicitionary with smart-search and inflection/conjugation",
|
||||
link: "https://dictionary.lingdocs.com",
|
||||
},
|
||||
];
|
||||
|
||||
const About = ({ location }) => {
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue