Remove tutorial feedback form ahead of 6.0 release

pull/11610/head
Thibaud Colas 2024-02-05 09:35:16 +00:00
rodzic a38a74e472
commit 5b91a982cf
9 zmienionych plików z 0 dodań i 40 usunięć

Wyświetl plik

@ -1,9 +1,5 @@
# Add search to your site
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
Using the Wagtail `start` command to start your project gives you a built-in search app. This built-in search app provides a simple search functionality for your site.
However, you can customize your search template to suit your portfolio site. To customize your search template, go to your `search/templates/search.html` file and modify it as follows:

Wyświetl plik

@ -1,9 +1,5 @@
# Create a footer for all pages
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
The next step is to create a footer for all pages of your portfolio site. You can display social media links and other information in your footer.
## Add a base app

Wyświetl plik

@ -1,9 +1,5 @@
# Create contact page
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
Having a contact page on your portfolio site will help you connect with potential clients, employers, or other professionals who are interested in your skills.
In this section of the tutorial, you'll add a contact page to your portfolio site using Wagtail forms.

Wyświetl plik

@ -1,9 +1,5 @@
# Create a portfolio page
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
A portfolio page is a web page that has your resume or Curriculum Vitae (CV). The page will give potential employers a chance to review your work experience.
This tutorial shows you how to add a portfolio page to your portfolio site using the Wagtail StreamField.

Wyświetl plik

@ -1,9 +1,5 @@
# Customize your home page
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
Headsup! Make sure you have completed [Your first Wagtail site](../getting_started/tutorial.md) before going through this extended tutorial.
When building your portfolio website, the first step is to set up and personalize your homepage. The homepage is your chance to make an excellent first impression and convey the core message of your portfolio. So your homepage should include the following features:

Wyświetl plik

@ -1,9 +1,5 @@
# Deploy your site
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
So far, you've been accessing your site locally. Now, it's time to deploy it.
Deployment makes your site publicly accessible by moving it to a production server. Upon deployment, your site becomes accessible worldwide.

Wyświetl plik

@ -1,9 +1,5 @@
# Tutorial
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
```{toctree}
---
maxdepth: 2
@ -35,7 +31,3 @@ You'll learn the following in this tutorial:
- How to deploy a Wagtail website
Now, let's dive in.
## Warning: brand new documentation, feedback welcome
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).

Wyświetl plik

@ -1,9 +1,5 @@
# Set up site menu for linking to the homepage and other pages
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
This section of the tutorial will teach you how to create a site menu to link to your homepage and other pages as you add them. The site menu will appear across all pages of your portfolio website, just like your footer.
Start by creating a template tag in your `base/templatetags/navigation_tags.py` file:

Wyświetl plik

@ -1,9 +1,5 @@
# Style and improve user experience
```{warning}
Weve just released this new tutorial. Do you want to provide feedback? Please complete our [2023 tutorial feedback form](https://wagtail.org/gsod-2023-feedback/).
```
In this tutorial, you'll add a basic site theme to your portfolio site and improve its user experience.
## Add styles