Edited URLs settings/ux to settings/customization (#11618)
This commit is contained in:
parent
ba91a3e9e7
commit
3d8049697a
5 changed files with 5 additions and 5 deletions
|
|
@ -99,7 +99,7 @@ export class Help extends Component {
|
|||
Jekyll front matter
|
||||
</a>
|
||||
. You can also use the <em>rich+markdown</em> editor you can find in{' '}
|
||||
<a href="/settings/ux">
|
||||
<a href="/settings/customization">
|
||||
UX settings
|
||||
<svg
|
||||
width="24"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<% if version == "1" %>
|
||||
<%= render "pages/v1_editor_guide_preamble" %>
|
||||
<% else %>
|
||||
<p><em><b>We have two editor versions</b>. If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in <a href="/settings/ux">/settings/ux</a>.</em></p>
|
||||
<p><em><b>We have two editor versions</b>. If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in <a href="/settings/customization">/settings/customization</a>.</em></p>
|
||||
<h2 style="font-size:2.8em"><strong>Things to Know</strong></h2>
|
||||
<ul>
|
||||
<li>Use <a href="#markdown"><strong>markdown</strong></a> to write and format <a href="/"><%= community_name %></a> posts.</li>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<li>When you're ready to publish, set the published variable to <strong>true.</strong></li>
|
||||
</ul>
|
||||
|
||||
<p><em><b>We have two editor versions</b>. If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in <a href="/settings/ux">/settings/ux</a>. Otherwise, continue:</em></p>
|
||||
<p><em><b>We have two editor versions</b>. If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in <a href="/settings/customization">/settings/customization</a>. Otherwise, continue:</em></p>
|
||||
|
||||
<h2><u><strong>Front Matter</strong></u></h2>
|
||||
<p>Custom variables set for each post, located between the triple-dashed lines in your editor. Here is a list of possibilities:</p>
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ seeder.create_if_none(Broadcast) do
|
|||
customize_feed: "Hi, it's me again! 👋 Now that you're a part of the DEV community, let's focus on personalizing " \
|
||||
"your content. You can start by <a href='/tags'>following some tags</a> to help customize your feed! 🎉",
|
||||
customize_experience: "Sloan here! 👋 Did you know that that you can customize your DEV experience? " \
|
||||
"Try changing <a href='settings/ux'>your font and theme</a> and find the best style for you!",
|
||||
"Try changing <a href='settings/customization'>your font and theme</a> and find the best style for you!",
|
||||
start_discussion: "Sloan here! 👋 I noticed that you haven't " \
|
||||
"<a href='https://dev.to/t/discuss'>started a discussion</a> yet. Starting a discussion is easy to do; " \
|
||||
"just click on 'Write a Post' in the sidebar of the tag page to get started!",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ FactoryBot.define do
|
|||
type_of { "Welcome" }
|
||||
processed_html do
|
||||
"Sloan here! 👋 Did you know that that you can customize your DEV experience? " \
|
||||
"Try changing <a href='settings/ux'>your font and theme</a> and find the best style for you!"
|
||||
"Try changing <a href='settings/customization'>your font and theme</a> and find the best style for you!"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue