@@ -22,20 +22,20 @@ checking environment information and setting up extensions.
2222
2323**Admin User **:
2424
25- **Assets **: Assets are media resources such as images, videos and documents that are uploaded and managed in TYPO3 system.
25+ **Assets **: :ref: ` Assets < t3start:webroot >` are media resources such as images, videos and documents that are uploaded and managed in TYPO3 system.
2626Also, extensions can include assets which used in the frontend, like icons or JavaScript libraries.
2727
28- **Application context **: In TYPO3, the Application Context is the environment
28+ **Application context **: In TYPO3, the :ref: ` Application Context < t3coreapi:application-context >` is the environment
2929(e.g., Development, Production) the site is running in, which sets things like debugging or
3030performance optimization accordingly. This helps tailor TYPO3 behavior for each stage of deployment.
3131
3232**B **
3333
34- **Backend **: The backend is the administrative interface for editors and administrators.
34+ **Backend **: The :ref: ` backend < t3start:backend >` is the administrative interface for editors and administrators.
3535
3636**Block syntax **: In TypoScript you can use block syntax to enhance the readability of your code.
3737
38- **Bootstrap **: Bootstrap is a popular, beginner-friendly framework for building responsive, mobile-first
38+ **Bootstrap **: ` Bootstrap < https://getbootstrap.com/ >`__ is a popular, beginner-friendly framework for building responsive, mobile-first
3939websites using pre-designed HTML, CSS, and JavaScript components.
4040
4141**C **
@@ -44,16 +44,16 @@ websites using pre-designed HTML, CSS, and JavaScript components.
4444EXT:my_extension/Classes. If the namespace is correct they will be loaded
4545automatically.
4646
47- **Cache **: Caches are used to improve website performance by storing frequently
47+ **Cache **: :ref: ` Caches < t3start:cache >` are used to improve website performance by storing frequently
4848accessed data. TYPO3 has multiple caches for various performance-relevant areas in both the frontend and backend.
4949
50- **cObject **: A cObject (content object) is a core concept used to render content types on a website,
50+ **cObject **: A :ref: ` cObject (content object) < t3tsref:cobject >` is a core concept used to render content types on a website,
5151allowing developers to define and control how content elements like text, images, and menus are displayed.
5252
5353**Character Set **: A `character set <https://www.w3.org/International/getting-started/characters.en.html >`__
5454is a collection of letters and symbols used in a writing system.
5555
56- **Composer **: Composer is a tool used in TYPO3 to install, update, and manage extensions and libraries,
56+ **Composer **: ` Composer < https://getcomposer.org/ >`__ is a tool used in TYPO3 to install, update, and manage extensions and libraries,
5757making it simple to handle dependencies and keep the system up to date.
5858
5959**Compression **: In TypoScript you can compress css and js files.
@@ -83,13 +83,13 @@ allowing the system to retrieve and display data dynamically on the site.
8383**Documentation **: Documentation consists of detailed guides and instructions to help users and developers understand,
8484set up, and customize TYPO3, making it easier to work with the system effectively.
8585
86- **Docker **: Docker is a tool that runs TYPO3 in a consistent and isolated environment by packaging it with all its
86+ **Docker **: ` Docker < https://www.docker.com/ >`__ is a tool that runs TYPO3 in a consistent and isolated environment by packaging it with all its
8787dependencies, making setup, deployment, and development easier and more reliable.
8888
89- **DDEV **: DDEV is a local development tool that simplifies setting up a TYPO3 environment on your computer, making it
89+ **DDEV **: ` DDEV < https://ddev.com/ >`__ is a local development tool that simplifies setting up a TYPO3 environment on your computer, making it
9090easy to start developing, testing, and managing TYPO3 projects without complex configuration.
9191
92- **Deployment **: Deployment refers to the process of transferring your website’s code, content, and settings from a
92+ **Deployment **: :ref: ` Deployment < t3start:deployment >` refers to the process of transferring your website’s code, content, and settings from a
9393development environment to a live server, making it accessible to users online.
9494
9595**Debug mode **: Debug Mode is a feature that helps developers find and fix errors by showing detailed information
@@ -105,7 +105,7 @@ fixing issues, and ensuring everything works smoothly for users and administrato
105105**Editor **: An editor is a user who creates and manages content on a website, such as adding text, images, and links,
106106without needing technical or coding knowledge.
107107
108- **Extension **: An extension is an add-on that provides additional features or functionality to a website,
108+ **Extension **: An :ref: ` extension < t3start:concepts-extensions >` is an add-on that provides additional features or functionality to a website,
109109allowing you to customize and expand what TYPO3 can do.
110110
111111**Extension Configuration **:
@@ -129,7 +129,7 @@ manage your uploaded files.
129129system that manages and organizes media files, allowing you to easily store,
130130access, and use files across the entire website in a standardized way.
131131
132- **Frontend **: The frontend is the publicly accessible part of a website.
132+ **Frontend **: The :ref: ` frontend < t3start:frontend >` is the publicly accessible part of a website.
133133
134134**Frontend login **: You can implement a frontend login on your website. To
135135implement this use the system extension felogin provided by TYPO3.
@@ -227,7 +227,7 @@ navigation.
227227other media that are used on a website, which are stored and managed through the
228228File Abstraction Layer (FAL) for easy access and organization.
229229
230- **Root page **: The Root Page is the top-level page in the Page Tree, serving as
230+ **Root page **: The :ref: ` Root Page < t3start:create-root-page >` is the top-level page in the Page Tree, serving as
231231the starting point for a website's structure and is the foundation for the site's
232232overall configuration and settings.
233233
0 commit comments