mirror of https://gitee.com/bigwinds/arangodb
Make the headlines uniq since they're used to construct the anchors.
This commit is contained in:
parent
ad94f83b1b
commit
c97c27ce87
|
@ -93,55 +93,55 @@ These collections are called orphan collections.
|
|||
If the graph is extended with an edge definition using one of the orphans,
|
||||
it will be removed from the set of orphan collection automatically.
|
||||
|
||||
!SUBSUBSECTION Add
|
||||
!SUBSUBSECTION Add a vertex collection
|
||||
|
||||
@startDocuBlock JSF_general_graph__addVertexCollection
|
||||
|
||||
!SUBSUBSECTION Get
|
||||
!SUBSUBSECTION Get the orphaned collections
|
||||
|
||||
@startDocuBlock JSF_general_graph__orphanCollections
|
||||
|
||||
!SUBSUBSECTION Remove
|
||||
!SUBSUBSECTION Remove a vertex collection
|
||||
|
||||
@startDocuBlock JSF_general_graph__removeVertexCollection
|
||||
|
||||
|
||||
!SECTION Vertex
|
||||
!SECTION Maniuplating Vertices
|
||||
|
||||
!SUBSECTION Save
|
||||
!SUBSECTION Save a vertex
|
||||
|
||||
@startDocuBlock JSF_general_graph_vertex_collection_save
|
||||
|
||||
!SUBSECTION Replace
|
||||
!SUBSECTION Replace a vertex
|
||||
|
||||
@startDocuBlock JSF_general_graph_vertex_collection_replace
|
||||
|
||||
!SUBSECTION Update
|
||||
!SUBSECTION Update a vertex
|
||||
|
||||
@startDocuBlock JSF_general_graph_vertex_collection_update
|
||||
|
||||
!SUBSECTION Remove
|
||||
!SUBSECTION Remove a vertex
|
||||
|
||||
@startDocuBlock JSF_general_graph_vertex_collection_remove
|
||||
|
||||
!SECTION Edge
|
||||
!SECTION Manipulating Edges
|
||||
|
||||
!SUBSECTION Save
|
||||
!SUBSECTION Save a new edge
|
||||
|
||||
@startDocuBlock JSF_general_graph_edge_collection_save
|
||||
|
||||
!SUBSECTION Replace
|
||||
!SUBSECTION Replace an edge
|
||||
|
||||
@startDocuBlock JSF_general_graph_edge_collection_replace
|
||||
|
||||
!SUBSECTION Update
|
||||
!SUBSECTION Update an edge
|
||||
|
||||
@startDocuBlock JSF_general_graph_edge_collection_update
|
||||
|
||||
!SUBSECTION Remove
|
||||
!SUBSECTION Remove an edge
|
||||
|
||||
@startDocuBlock JSF_general_graph_edge_collection_remove
|
||||
|
||||
!SUBSECTION Connect
|
||||
!SUBSECTION Connect edges
|
||||
|
||||
@startDocuBlock JSF_general_graph_connectingEdges
|
||||
@startDocuBlock JSF_general_graph_connectingEdges
|
||||
|
|
Loading…
Reference in New Issue