File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ GENERATE_LATEX = NO
2222HTML_OUTPUT = html
2323HTML_FILE_EXTENSION = .html
2424HTML_EXTRA_FILES = docs/html/.nojekyll
25+ HTML_EXTRA_STYLESHEET = docs/styles/custom.css
26+ IMAGE_PATH = assets
2527
2628# Documentation extraction
2729EXTRACT_ALL = YES
Original file line number Diff line number Diff line change 11# Databricks C++ SDK
22
3- ![ Landing Image ] ( ./ assets/images/landing.png)
3+ ![ ] ( assets/images/landing.png )
44
55[ ![ Latest Release] ( https://img.shields.io/github/v/release/calvinjmin/databricks-sdk-cpp?display_name=tag&sort=semver )] ( https://github.com/calvinjmin/databricks-sdk-cpp/releases/latest )
66[ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/calvinjmin/databricks-sdk-cpp/docs.yml?branch=main )] ( https://github.com/calvinjmin/databricks-sdk-cpp/actions )
7- [ ![ Documentation] ( https://img.shields.io/badge/docs-online-blue.svg )] ( https://calvinjmin.github.io/databricks-sdk-cpp/ )
87[ ![ C++17] ( https://img.shields.io/badge/C%2B%2B-17-blue.svg )] ( https://en.cppreference.com/w/cpp/17 )
98[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
109
10+ Open Source Repo: [ github.com/Calvinjmin/databricks-sdk-cpp] ( https://github.com/Calvinjmin/databricks-sdk-cpp )
11+
1112---
1213
1314# Documentation
You can’t perform that action at this time.
0 commit comments