Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate better anchors in iron-doc-module. #180

Merged
merged 1 commit into from
May 2, 2018
Merged

Conversation

rictic
Copy link
Contributor

@rictic rictic commented May 2, 2018

For example:

export class Foo {
  bar() {}
}

Documentation for this will generate anchors like:

#Foo
#Foo-method-bar

Part of addressing Polymer/old-docs-site#2541

For example:

```js
export class Foo {
  bar() {}
}
```

Documentation for this will generate anchors like:

`#Foo`
`#Foo-method-bar`

Part of addressing Polymer/old-docs-site#2541
@rictic rictic requested a review from aomarks May 2, 2018 19:07
@rictic rictic merged commit 078d3f7 into master May 2, 2018
@rictic rictic deleted the better-anchors branch May 2, 2018 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants