Skip to content

Comprehensive Enhancements and Docusaurus Integration for Front-End Handbook 2024 #33

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] Short description of the bug'
labels: bug
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Documentation Improvement
about: Suggest improvements or report issues in the documentation
title: '[DOCS] Your documentation issue title'
labels: documentation
assignees: ''
---

**Documentation Link**
Provide a link to the documentation page where the issue occurs.

**Describe the issue or suggestion**
A clear and concise description of what the issue is or what you suggest to improve.

**Additional context**
Add any other context about the problem or suggestion here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Request
about: Suggest an idea for this project
title: '[FEATURE] Your feature title'
labels: enhancement
assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.DS_Store
.DS_Store
node_modules
.docusaurus
build
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run commitlint ${1}
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore artifacts:
build
coverage
docusaurus
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
Binary file removed assets/images/FM_2019Cover_final.jpg
Binary file not shown.
Binary file removed assets/images/FM_2019Cover_small.jpg
Binary file not shown.
Binary file removed assets/images/browsers-work.png
Binary file not shown.
Binary file removed assets/images/front-end-skills.png
Binary file not shown.
Binary file removed assets/images/frontend.png
Binary file not shown.
Binary file removed assets/images/full-stack.jpg
Binary file not shown.
Binary file removed assets/images/fullstack1.png
Binary file not shown.
Binary file removed assets/images/fullstack2.png
Binary file not shown.
Binary file removed assets/images/growth-iot.jpg
Binary file not shown.
Binary file removed assets/images/how-does-seo-work.jpg
Binary file not shown.
Binary file removed assets/images/how-does-seo-work.png
Binary file not shown.
Binary file removed assets/images/how-the-internet-works.jpg
Binary file not shown.
Binary file removed assets/images/how_dns_works.jpg
Binary file not shown.
Binary file removed assets/images/statcounter.png
Binary file not shown.
Binary file removed assets/images/things.jpg
Binary file not shown.
Binary file removed assets/images/vscode.png
Binary file not shown.
Binary file removed assets/images/web-api.png
Binary file not shown.
Binary file removed assets/images/web-tech-employed.jpg
Binary file not shown.
Binary file removed assets/images/what-is-front-end-dev.png
Binary file not shown.
Binary file removed assets/images/what-is-web-hosting-infographic.jpg
Binary file not shown.
Binary file removed assets/images/who-runs-the-internet-infographic.jpg
Binary file not shown.
2 changes: 0 additions & 2 deletions assets/jquery-3.3.1.slim.min.js

This file was deleted.

10 changes: 0 additions & 10 deletions assets/lozad-1.14.0.min.js

This file was deleted.

Loading