Skip to content

Commit

Permalink
Add link to detabase.md docs (#764)
Browse files Browse the repository at this point in the history
* Moved database.md to docs/ folder and added link to readme.md

* Added entry for logback.log in gitignore file

* Typo
  • Loading branch information
basiliskus authored Jan 10, 2024
1 parent 78ee775 commit 92e87da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ ig/temp
ig/template

__pycache__

localfileorder.json

logback.log
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": "./.secrets.baseline"
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
Expand Down Expand Up @@ -138,7 +138,7 @@
"filename": "README.md",
"hashed_secret": "e07f44b0222f3680e0a3491edcf61030143e2ae7",
"is_verified": false,
"line_number": 265,
"line_number": 269,
"is_secret": false
}
],
Expand Down Expand Up @@ -253,5 +253,5 @@
}
]
},
"generated_at": "2024-01-08T18:22:05Z"
"generated_at": "2024-01-10T19:16:29Z"
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ Please read [`CONTRIBUTING.md`](CONTRIBUTING.md) for additional details.
All comments, messages, pull requests, and other submissions received through
CDC including this GitHub page may be subject to applicable federal law, including but not limited to the Federal Records Act, and may be archived. Learn more at [http://www.cdc.gov/other/privacy.html](http://www.cdc.gov/other/privacy.html).

### Database

For database documentation [go here](/docs/database.md)

### Setup with ReportStream

#### CDC-TI Setup
Expand Down
File renamed without changes.

0 comments on commit 92e87da

Please sign in to comment.