Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Implement docs site #15815

Merged
merged 5 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address feedback
  • Loading branch information
nzakas committed May 4, 2022
commit 4621d2d9ff3b4aaa6748a030ce1a8c7425365bc7
1 change: 0 additions & 1 deletion Makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ target.gensite = function(prereleaseVersion) {
});

// special case (for now)
cp("-f", "docs/src/pages/index.md", path.join(TEMP_DIR, "index.md"));
rm("-rf", path.join(TEMP_DIR, "pages"));

let versions = test("-f", "./versions.json") ? JSON.parse(cat("./versions.json")) : {};
Expand Down
8 changes: 0 additions & 8 deletions docs/src/developer-guide/code-path-analysis/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Contributing
layout: doc
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/developer-guide/contributing/README.md
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/developer-guide/contributing/index.md
eleventyNavigation:
key: contributing
parent: developer guide
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Developer Guide
layout: doc
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/developer-guide/README.md
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/developer-guide/index.md
eleventyNavigation:
key: developer guide
title: Developer Guide
Expand Down
2 changes: 1 addition & 1 deletion docs/src/maintainer-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Maintainer Guide
layout: doc
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/maintainer-guide/README.md
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/maintainer-guide/index.md
eleventyNavigation:
key: maintainer guide
title: Maintainer Guide
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Documentation
layout: doc
permalink: /index.html
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/pages/index.md
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/user-guide/configuring/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configuring ESLint
layout: doc
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/user-guide/configuring/README.md
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/user-guide/configuring/index.md
eleventyNavigation:
key: configuring
parent: user guide
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: User Guide
layout: doc
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/user-guide/README.md
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/user-guide/index.md
eleventyNavigation:
key: user guide
title: User Guide
Expand Down