Skip to content
Merged
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
1 change: 0 additions & 1 deletion .cursor/rules/file-organization.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ sources/
└── academy/ # Educational content
├── tutorials/ # Step-by-step guides
├── webscraping/ # Web scraping courses
└── glossary/ # Terminology and definitions
```
1 change: 0 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ sources/
└── academy/ # Educational content
├── tutorials/ # Step-by-step guides
├── webscraping/ # Web scraping courses
└── glossary/ # Terminology and definitions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: Remove the glossary also from .cursor/rules/file-organization.mdc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, I forgot about those rules

```

## Quality Standards
Expand Down
5 changes: 0 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ module.exports = {
to: `/academy/tutorials`,
activeBaseRegex: `${collectSlugs(join(__dirname, 'sources', 'academy', 'tutorials')).join('$|')}$`,
},
{
label: 'Glossary',
to: `/academy/glossary`,
activeBaseRegex: `${collectSlugs(join(__dirname, 'sources', 'academy', 'glossary')).join('$|')}$`,
},
],
},
}),
Expand Down
5 changes: 5 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,11 @@ server {
# TypeScript course was removed from the Academy - https://github.com/apify/apify-docs/pull/1552
rewrite ^/academy/switching-to-typescript(/.*)?$ https://apify.com/templates/categories/typescript permanent;

# Glossary has been removed
rewrite ^/academy/glossary(/.*)?$ / permanent;
rewrite ^/academy/concepts(/.*)?$ / permanent;
rewrite ^/academy/tools(/.*)?$ / permanent;

# Python docs

rewrite ^/api/client/python/docs$ /api/client/python/docs/overview/introduction permanent;
Expand Down
66 changes: 0 additions & 66 deletions sources/academy/glossary/concepts/css_selectors.md

This file was deleted.

39 changes: 0 additions & 39 deletions sources/academy/glossary/concepts/dynamic_pages.md

This file was deleted.

40 changes: 0 additions & 40 deletions sources/academy/glossary/concepts/html_elements.md

This file was deleted.

20 changes: 0 additions & 20 deletions sources/academy/glossary/concepts/http_cookies.md

This file was deleted.

48 changes: 0 additions & 48 deletions sources/academy/glossary/concepts/http_headers.md

This file was deleted.

17 changes: 0 additions & 17 deletions sources/academy/glossary/concepts/index.md

This file was deleted.

37 changes: 0 additions & 37 deletions sources/academy/glossary/concepts/querying_css_selectors.md

This file was deleted.

Loading
Loading