Skip to content

Commit 4f8b5de

Browse files
committed
Refactor InDepth Articles to Folder Structure
1 parent 713b468 commit 4f8b5de

25 files changed

+110
-26
lines changed
File renamed without changes.

Sources/WebKit/WebKit.docc/Build&Debug/DebuggingWithVS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Debugging With Visual Studio
22

3-
Debugging with Visual Studio IDE
3+
Debugging with Visual Studio
44

55
## Configuring Debugger
66

Sources/WebKit/WebKit.docc/Build&Debug/DebuggingWithXcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Debugging With Xcode
22

3-
Debugging with Xcode IDE
3+
Debugging with Xcode
44

55
## Overview
66

Sources/WebKit/WebKit.docc/GettingStarted/ContributingCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing Code to WebKit
1+
# Getting Started Contributing
22

33
WebKit has a rigorous code contribution process and policy in place to maintain the quality of code.
44

File renamed without changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Architecture
2+
3+
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->
4+
5+
## Overview
6+
7+
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@-->
8+
9+
## Topics
10+
11+
### Multi Process Architecture
12+
13+
- <doc:WebKit2>
14+
15+
### JS Wrappers
16+
17+
- <doc:JSWrappers>
18+
- <doc:AddingNewJSApi>
19+
20+
### Memory Management
21+
22+
- <doc:MemoryManagement>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build
2+
3+
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->
4+
5+
## Overview
6+
7+
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@-->
8+
9+
## Topics
10+
11+
### Build
12+
13+
- <doc:WebKitBuildSystem>
14+
15+
### CI
16+
17+
- <doc:CI>

0 commit comments

Comments
 (0)