Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Tutorial: Making a Simple UI Change
Copy link
Member

Choose a reason for hiding this comment

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

You've deleted the header of the page, so what is the page going to look like on the GitHub wiki? Will readers know what the page refers to?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Github wiki automatically renders the file name as the top level header (I learnt about it just recently) - https://github.com/oppia/oppia/wiki/Making-a-simple-UI-change. If you checkout the wiki page, you could see two headers which is making it look a bit odd.


## Introduction

This tutorial guides you through making a simple UI change on the Oppia website. Specifically, we'll update the text on the top of the About page from "Get Started with Oppia" to "Introducing Oppia."
Expand Down
6 changes: 3 additions & 3 deletions _Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* [[Debug frontend code|Debug-frontend-code]]
* [[Debugging Stories|Debugging-Stories]]
* [[Testing email functionality|Testing-email-functionality]]
* [[Tutorial - Learn-to-figure-out-the-reproduction-steps-for-server-error|Tutorial:-Learn-to-figure-out-the-reproduction-steps-for-server-error]]
* [[Tutorial - Learn to figure out the reproduction steps for server error|Tutorial-Learn-to-Figure-Out-the-Reproduction-Steps-for-Server-Error]]
Copy link
Member

Choose a reason for hiding this comment

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

for a server error

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, thanks!

* Testing
* [[Backend tests|Backend-tests]]
* [[Frontend tests|Frontend-tests]]
Expand Down Expand Up @@ -80,11 +80,11 @@
* [[How to write design docs|Writing-design-docs]]
* Team-Specific Guides
* LaCE/CD:
* 👣 [[Make a simple UI change|Making-a-simple-UI-change]]
* 👣 [[Tutorial - Learn how to make a simple UI change|Tutorial-Learn-How-to-Make-a-Simple-UI-Change]]
* [[Testing for Accessibility|Testing-for-Accessibility]]
* [[Release accessibility checklist|Release-accessibility-checklist]]
* [[Apache Beam Jobs|Apache-beam-jobs]]
* [[Tutorial - Learn to write and test a non-trivial Beam job|Tutorial:-Learn-How-to-Write-and-Test-a-Non-Trivial-Beam-Job]]
* [[Tutorial - Learn how to write and test a non-trivial Beam job|Tutorial-Learn-How-to-Write-and-Test-a-Non-Trivial-Beam-Job]]
* Translations:
* [[Adding new translations|Adding-new-translations-for-i18n]]
* [[How to develop for i18n|How-to-develop-for-i18n]]
Expand Down
Loading