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: 1 addition & 0 deletions docs/_guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Build for production
slug: build
lit_dev_path: /docs/tools/production/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Community
slug: community
lit_dev_path: /docs/tools/publishing/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/decorators.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Using decorators
slug: decorators
lit_dev_path: /docs/components/decorators/
---

Decorators are special expressions that can alter the behavior of class, class method, and class field declarations. LitElement supplies a set of decorators that reduce the amount of boilerplate code you need to write when defining a component.
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Events
slug: events
lit_dev_path: /docs/components/events/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Introduction
permalink: /guide
lit_dev_path: /docs/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Lifecycle
slug: lifecycle
lit_dev_path: /docs/components/lifecycle/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Properties
slug: properties
lit_dev_path: /docs/components/properties/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Publish an element
slug: publish
lit_dev_path: /docs/tools/publishing/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Getting Started
slug: start
lit_dev_path: /docs/getting-started/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Styles
slug: styles
lit_dev_path: /docs/components/styles/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Templates
slug: templates
lit_dev_path: /docs/components/rendering/
---

{::options toc_levels="1..3" /}
Expand Down
1 change: 1 addition & 0 deletions docs/_guide/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: guide
title: Use a component
slug: use
lit_dev_path: /docs/
---

{::options toc_levels="1..3" /}
Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/version-banner.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="version-banner">
<img src="/images/flame.svg">
<p>
LitElement is now part of the Lit library–see the new site at <a href="https://lit.dev">lit.dev</a>.
This site documents LitElement 2.x, not the latest version.
You're viewing docs for an older version of Lit.<br>
<strong>For the current version, visit <a href="https://lit.dev{{page.lit_dev_path | default ''}}">lit.dev</a>.</strong>
</p>
</div>