Skip to content

Conversation

ybot1122
Copy link
Contributor

#2933 is the larger goal
#3359 raises my case for why this specific doc update should be prioritized

@ybot1122 ybot1122 changed the title Glossary Should Document Greedy Matching Glossary Sync'd up on Greedy Matching Definition Apr 20, 2016
@ybot1122 ybot1122 changed the title Glossary Sync'd up on Greedy Matching Definition Glossary.md Sync'd up on Greedy Matching Definition Apr 20, 2016
docs/Glossary.md Outdated
- `:paramName` – matches a URL segment up to the next `/`, `?`, or `#`. The matched string is called a [param](#params)
- `()` – Wraps a portion of the URL that is optional
- `*` – Matches all characters (non-greedy) up to the next character in the pattern, or to the end of the URL if there is none, and creates a `splat` [param](#params)
- `*` – Matches all characters (non-greedy) up to the next character in the pattern, or to the end of the URL if there is none, and creates a `splat` [param](/docs/Glossary.md#params)
Copy link
Member

Choose a reason for hiding this comment

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

Nit: Can you make those links not absolute? That means less work if we reorganize docs in the future, and when building them into a documentation website.

Copy link
Contributor Author

@ybot1122 ybot1122 Apr 20, 2016

Choose a reason for hiding this comment

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

I'll do that. And I'll keep it focused just on the pattern-matching links for this PR.

I'll be happy to raise a separate PR to relativize all other doc links.

@ybot1122 ybot1122 force-pushed the documentation/glossary-greedy-matching branch from c9a003d to 4097ee6 Compare April 21, 2016 00:31
@ybot1122 ybot1122 force-pushed the documentation/glossary-greedy-matching branch from 4097ee6 to 3ff4f60 Compare April 21, 2016 00:36
@ybot1122
Copy link
Contributor Author

Ah I should have paid more attention to the rest of the glossary links. I understand now.

@ybot1122 ybot1122 changed the title Glossary.md Sync'd up on Greedy Matching Definition update glossary to properly document greedy string matching Apr 21, 2016
@ybot1122 ybot1122 changed the title update glossary to properly document greedy string matching Update glossary to properly document greedy string matching Apr 21, 2016
@timdorr
Copy link
Member

timdorr commented Apr 21, 2016

Thanks!

@timdorr timdorr merged commit 70c23b4 into remix-run:master Apr 21, 2016
@ybot1122 ybot1122 deleted the documentation/glossary-greedy-matching branch April 21, 2016 14:03
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants