-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Design docs file format changed from textfile to github md #1490
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
Design docs file format changed from textfile to github md #1490
Conversation
Typos fixed and changed to github flavoured markdown
Not able to add label to the pull request. |
Thanks for this @domitian I'm not sure there's much value to changing it to Based on your comment in #1487 it looks like a useful change would be make it more clear this not the current design. The current design is the architecture doc. |
…his is an archival doc
@bf4 got your point, I changed the name of the doc to |
Thinking about the file names .... Original_design and rename architecture to design? Initial_design? |
yeah, for renaming architecture to design is good. |
initial_? legacy and old don't really convey that it was the original design doc. Maybe in architecture just link to serializers.textile in Rails (before reverted) or README.textile in first 0.0.1 commit Or the DESIGN.textline form 0-8-stable or 0-9-stable? which was the source of this? |
while you're in here or in a new PR, we also need to change the yard docs links in the readme to http://www.rubydoc.info/github/rails-api/active_model_serializers/v0.10.0.rc4 since master doesn't appear to be updating.. and maybe also http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable and http://www.rubydoc.info/github/rails-api/active_model_serializers/0-8-stable |
As per this commit from you in the past, the source is 0.8-stable. |
Well, the doc was copied from there but it originated in rails before 0.0.1. The readme references the readme's of 0.8 and 0.9 which already serve the purpose of their design B mobile phone
|
So should we just remove the file and add references in architecture doc about the past design? |
That's what I'm thinking now B mobile phone
|
So should we link it and remove the file then? |
Can I remove the file and add link in architecture.md then? |
@domitian Yeah, that sounds good. |
@domitian Are you still interested in finishing this PR? #1490 (comment) |
design.textile
file in docs folder is nowdesign.md
with github flavoured markdown syntax. Also fixed some typos and grammatical mistakes in that file.