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

WIP #14

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

WIP #14

Changes from 1 commit
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
Prev Previous commit
Next Next commit
docs: Update doc codeblock
  • Loading branch information
MichaelCurrin committed Feb 2, 2020
commit d0c908b46ae91b9c929a8c813ae11e59d9d2aab4
6 changes: 4 additions & 2 deletions docs/browser_onetab_extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ This approach was initially created as a manual step which can be ignored if the
> path/to/repo/url_manager/var/lib/raw/chrome_onetab_mycompany_personal.json
$ # You can view the file if you want.
$ view path/to/repo/url_manager/var/lib/raw/chrome_onetab__mycompany_personal.json
```
```json
MichaelCurrin marked this conversation as resolved.
Show resolved Hide resolved
{
"tabGroups": [
{
Expand All @@ -92,9 +94,9 @@ This approach was initially created as a manual step which can be ignored if the
"title": "...",
"url": "https://..."
},
...
// ...
]
...
// ...
}
]
}
Expand Down