Skip to content

Commit

Permalink
Merge pull request #205 from harshleey/feat-181/netlify.js-docs
Browse files Browse the repository at this point in the history
Feat: Added netlify.js docs
  • Loading branch information
Elijah699 authored Oct 31, 2023
2 parents 4c61165 + c335fd0 commit 96d9f9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import jetbrains from "./orderByAlphabet/jetbrains";
import linode from "./orderByAlphabet/linode";
import loginradius from "./orderByAlphabet/loginradius";
import mayadata from "./orderByAlphabet/mayadata";
import samsung from './orderByAlphabet/samsung';
import netlify from "./orderByAlphabet/netlify";
import samsung from "./orderByAlphabet/samsung";
import shopify from "./orderByAlphabet/shopify";
import suse from "./orderByAlphabet/suse";
import twilio from "./orderByAlphabet/twilio";
Expand Down Expand Up @@ -45,6 +46,7 @@ export default [
linode,
loginradius,
mayadata,
netlify,
samsung,
shopify,
suse,
Expand Down
13 changes: 13 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/netlify.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export default {
title: "Netlify Open Source Documentation",
documentations: [
{
title: "Netlify CMS Docs",
description:
"It gives non-technical users a simple way to edit and add content to any site built with a site generator,.",
projectUrl: "https://www.netlifycms.org/docs/intro/",
githubUrl: "https://github.com/netlify",
owner: "Community Owned Documentation",
},
],
};

0 comments on commit 96d9f9b

Please sign in to comment.