mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 13:14:55 +00:00
Use objectintrospection.org for the website
This updates the docusaurus config and adds the CNAME file for gh pages, then updates the readme to point at this domain.
This commit is contained in:
parent
bbc4cb822b
commit
5a55e7ad24
@ -6,7 +6,7 @@
|
||||
|
||||
Object Introspection is a memory profiling technology for C++ objects. It provides the ability to dynamically instrument applications to capture the precise memory occupancy of entire object hierarchies including all containers and dynamic allocations. All this with no code modification or recompilation!
|
||||
|
||||
For more information on the technology and how to get started applying it to your applications please check out the [Object Introspection](https://facebookexperimental.github.io/object-introspection/) website.
|
||||
For more information on the technology and how to get started applying it to your applications please check out the [Object Introspection](https://objectintrospection.org/) website.
|
||||
|
||||
## Join the Object Introspection community
|
||||
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
|
||||
|
@ -13,8 +13,8 @@
|
||||
const config = {
|
||||
title: 'Object Introspection',
|
||||
tagline: 'Dynamic C++ Object Profiling',
|
||||
url: 'https://facebookexperimental.github.io',
|
||||
baseUrl: '/object-introspection',
|
||||
url: 'https://objectintrospection.org',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
favicon: '/img/favicon.ico',
|
||||
@ -24,7 +24,7 @@ const config = {
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
organizationName: 'facebookexperimental', // Usually your GitHub org/user name.
|
||||
projectName: 'object-introspection', // Usually your repo name.
|
||||
deploymentBranch: 'web',
|
||||
deploymentBranch: 'gh-pages',
|
||||
|
||||
presets: [
|
||||
[
|
||||
|
1
website/static/CNAME
Normal file
1
website/static/CNAME
Normal file
@ -0,0 +1 @@
|
||||
objectintrospection.org
|
Loading…
Reference in New Issue
Block a user